Pantone 384 C
#94A227 · rgb(148, 162, 39)
HEX
#94A227
RGB
rgb(148, 162, 39)
CMYK
cmyk(9%, 0%, 76%, 36%)
HSL
hsl(67, 61%, 39%)
LAB
lab(63.6, -20.5, 57.8)
What is Pantone 384 C?
Pantone 384 C is a Coated (C) PMS reference in the green family. Its current screen approximation on PantoneTools is #94A227, rgb(148, 162, 39), and cmyk(9%, 0%, 76%, 36%). Use it when you need a quick Pantone to HEX, Pantone to RGB, or Pantone to CMYK lookup for brand exploration, UI palettes, and print handoff conversations. For accessibility, this page tests Pantone 384 C as a background and currently recommends black text as the safer default before final contrast review. The tints, shades, complementary palette, and developer exports are generated from the same sRGB value so teams can keep web tokens and design notes aligned. These digital values are approximations rather than licensed Pantone specifications; confirm production-critical color with a current physical guide, D50 lighting, and a printer proof.
Workflow context for Pantone 384 C
Green coated production notes
Because this is a coated-paper reference, use it for glossy stock, laminated labels, premium cartons, and spot-color conversations where ink sits on a less absorbent surface. Do not assume the same visual result on kraft, recycled, or uncoated paper without a separate proof. Green shifts differently across CMYK, coated stock, and uncoated stock. For sustainability, food, health, or finance systems, define the approved print and digital variants separately.
- Use Pantone 384 C as a digital reference first, then confirm production work against a physical guide or approved proof.
- Record the approved coated value separately from CMYK, HEX, RGB, and design-token fallbacks.
- For UI or web use, pair this color with black text only after checking the actual contrast ratio in context.
- When sending to a vendor, include the expected substrate, lighting condition, and approval owner instead of only sending a HEX value.
Data provenance
Curated community sRGB approximations
Hand-curated approximate sRGB visual equivalents for screen preview and matching workflows. This is not an official Pantone licensed value source. Use for educational lookup, digital previews, nearest-color matching, accessibility checks, and workflow planning. Confirm production color against physical guides, licensed values, or printer proofs.
- Source type
- community-reference
- Confidence
- low
- Last reviewed
- 2026-05-23
Scale metadata
These fields are used by the scale audit before any larger color-directory expansion. They are intentionally conservative because current values are approximate screen references.
Greens can shift toward duller process builds depending on ink set and substrate. Compare spot, process, and proof targets before vendor approval.
Tints, Shades & Scale
A balanced 11-step scale derived from Pantone 384 C for design system use.
Complementary Palette
Quick palette of tint, base, shade, and complement for layout exploration.
#BFC77D
#94A227
#596117
#6B5DD8
Accessibility
WCAG 2.1 contrast checks for Pantone 384 C as a background.
Black text on this color
White text on this color
Similar Pantone Colors
Top 6 ΔE2000-closest Pantones to Pantone 384 C (same finish).
Similar RAL Colors
Top 6 ΔE2000-closest RAL Classic references to Pantone 384 C. RAL approximations are not interchangeable with Pantone spot colors; use as a cross-reference for industrial coatings and powder coat workflows.
RAL 1020
#999950
Olive yellow
RAL 1027
#9D9101
Curry
RAL 1024
#AEA04B
Ochre yellow
RAL 1012
#C7B446
Lemon yellow
RAL 1019
#9E9764
Grey beige
RAL 6018
#57A639
Yellow green
Developer Exports
CSS Variables
:root {
--p-384-c: #94A227;
--p-384-c-rgb: 148 162 39;
--p-384-c-hsl: 67 61% 39%;
}Tailwind Scale
// tailwind.config.ts
export default {
theme: {
extend: {
colors: {
p-384-c: {
DEFAULT: "#94A227",
50: "#F6F8EE",
100: "#EEF0DC",
200: "#DDE1BA",
300: "#CAD193",
400: "#AFB95D",
500: "#94A227",
600: "#7E8A21",
700: "#606919",
800: "#434912",
900: "#25290A",
950: "#121305",
},
},
},
},
};Design Token JSON
{
"name": "Pantone 384 C",
"hex": "#94A227",
"rgb": {
"r": 148,
"g": 162,
"b": 39
},
"cmyk": {
"c": 9,
"m": 0,
"y": 76,
"k": 36
},
"hsl": {
"h": 67,
"s": 61,
"l": 39
},
"lab": {
"l": 63.58,
"a": -20.52,
"b": 57.82
},
"pantone": {
"code": "Pantone 384 C",
"finish": "coated",
"family": "green"
}
}