#a4cf85
a light, soft green · neutral · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #a4cf85 is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #a4cf85 |
| RGB | rgb(164, 207, 133) |
| HSL | hsl(95, 44%, 67%) |
| CMYK | cmyk(21%, 0%, 36%, 19%) |
| LAB | lab(78.6 -27.3 32.3) |
| LCH | lch(78.6 42.3 130.2) |
| OKLCH | oklch(0.806 0.109 132.9) |
| Decimal | 10801029 |
| Display P3 | color(display-p3 0.643 0.812 0.522) |
Copy-ready code
/* CSS */
color: #a4cf85;
background-color: #a4cf85;
/* Tailwind (arbitrary) */
class="text-[#a4cf85] bg-[#a4cf85]"
/* SCSS */
$brand: #a4cf85;
/* SwiftUI */
Color(red: 0.643, green: 0.812, blue: 0.522)
/* Android */
Color.parseColor("#a4cf85")
/* Flutter */
Color(0xFFA4CF85)
/* Python / OpenCV (BGR) */
(133, 207, 164)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #a4cf85 is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F7FAF5;
--brand-100: #EFF5EB;
--brand-200: #DCEBD1;
--brand-300: #C3DFAE;
--brand-400: #a4cf85;
--brand-500: #87C05E;
--brand-600: #72B045;
--brand-700: #5F923A;
--brand-800: #4C752E;
--brand-900: #395625;
--brand-950: #243617;
--brand: #a4cf85;
--brand-ink: #000000;
}Colors that work with #a4cf85
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #a4cf85
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #B085CF | Directly opposite — maximum tension | |
| Analogous left | #C9CF85 | Neighbour, quieter | |
| Analogous right | #85CF8B | Neighbour, quieter | |
| Split-complement 1 | #8B85CF | Contrast without the clash | |
| Split-complement 2 | #CF85C9 | Contrast without the clash | |
| Triadic 1 | #85A4CF | Even thirds — balanced and loud | |
| Triadic 2 | #CF85A4 | Even thirds — balanced and loud | |
| Tetradic | #85C9CF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#a4cf85 text on a black background
contrast 11.84:1
#a4cf85 text on a white background
contrast 1.77:1
CSS3 live lab
The quick brown fox
color: #a4cf85;
background-color: #a4cf85;
Glowing headline
text-shadow: 2px 2px 8px #a4cf85;
Soft neon halo
text-shadow: 0 0 14px rgba(164, 207, 133, 0.45);
box-shadow: 0 12px 32px -8px rgba(164, 207, 133, 0.45);
border: 3px solid #a4cf85; background: linear-gradient(135deg, #a4cf85, #85CF97);
Monochromatic scale
Palettes built from #a4cf85
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Pistachio (#93c572) — ΔE2000 3.5 away, with its history, psychology and brand usage.
#a4cf85 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#a4cf85, answered
What color is #a4cf85?
#a4cf85 is a light soft green, closest to Dark Sea Green (ΔE2000 8.1). It sits at 95° on the hue wheel with 44% saturation and 67% lightness, which reads as neutral.
What is the RGB value of #a4cf85?
rgb(164, 207, 133) — 164 red, 207 green and 133 blue out of 255, or 64.3% / 81.2% / 52.2% by channel.
Is #a4cf85 a light or a dark color?
It is a light color. Relative luminance is 0.5421 and perceived brightness is 74%, so black text on it reaches 11.84:1.
Should I use black or white text on #a4cf85?
Black. It scores 11.84:1 against #a4cf85, versus 1.77:1 for white — AAA at any size.
What is the complementary color of #a4cf85?
#B085CF sits directly opposite on the wheel. Softer options are the split-complements #8B85CF and #CF85C9, which give the same contrast with far less vibration.
What colors go well with #a4cf85?
For interface work: #F7FAF4 as the surface, #D3E8C4 for borders, #6C9B4B for secondary text, #9D82D2 as an accent and #3B5B24 for hover and pressed states. For a palette, the analogous pair #C9CF85 and #85CF8B stays calm, while #B085CF is the loudest partner.
What is #a4cf85 in CMYK for printing?
cmyk(21%, 0%, 36%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #a4cf85 warm or cool?
Neutral — it scores 52 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BFCF85; nudged cooler, #87D183.