#abc15f
a balanced, soft green · warm · closest name: Yellow Green
At a glance
Every number on this page in one read: what #abc15f is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #abc15f |
| RGB | rgb(171, 193, 95) |
| HSL | hsl(74, 44%, 57%) |
| CMYK | cmyk(11%, 0%, 51%, 24%) |
| LAB | lab(74.6 -22.4 46.4) |
| LCH | lch(74.6 51.5 115.7) |
| OKLCH | oklch(0.773 0.127 119.9) |
| Decimal | 11256159 |
| Display P3 | color(display-p3 0.671 0.757 0.373) |
Copy-ready code
/* CSS */
color: #abc15f;
background-color: #abc15f;
/* Tailwind (arbitrary) */
class="text-[#abc15f] bg-[#abc15f]"
/* SCSS */
$brand: #abc15f;
/* SwiftUI */
Color(red: 0.671, green: 0.757, blue: 0.373)
/* Android */
Color.parseColor("#abc15f")
/* Flutter */
Color(0xFFABC15F)
/* Python / OpenCV (BGR) */
(95, 193, 171)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. #abc15f is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9FAF5;
--brand-100: #F3F5EA;
--brand-200: #E5EBD1;
--brand-300: #D5E0AE;
--brand-400: #BFD086;
--brand-500: #abc15f;
--brand-600: #98B044;
--brand-700: #7F9339;
--brand-800: #65762E;
--brand-900: #4B5624;
--brand-950: #2F3617;
--brand: #abc15f;
--brand-ink: #000000;
}Colors that work with #abc15f
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 #abc15f
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #755FC1 | Directly opposite — maximum tension | |
| Analogous left | #C1A65F | Neighbour, quieter | |
| Analogous right | #7AC15F | Neighbour, quieter | |
| Split-complement 1 | #5F7AC1 | Contrast without the clash | |
| Split-complement 2 | #A65FC1 | Contrast without the clash | |
| Triadic 1 | #5FABC1 | Even thirds — balanced and loud | |
| Triadic 2 | #C15FAB | Even thirds — balanced and loud | |
| Tetradic | #5FC1A6 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#abc15f text on a black background
contrast 10.52:1
#abc15f text on a white background
contrast 2.00:1
CSS3 live lab
The quick brown fox
color: #abc15f;
background-color: #abc15f;
Glowing headline
text-shadow: 2px 2px 8px #abc15f;
Soft neon halo
text-shadow: 0 0 14px rgba(171, 193, 95, 0.45);
box-shadow: 0 12px 32px -8px rgba(171, 193, 95, 0.45);
border: 3px solid #abc15f; background: linear-gradient(135deg, #abc15f, #6AC15F);
Monochromatic scale
Palettes built from #abc15f
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 7 away, with its history, psychology and brand usage.
#abc15f 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.
#abc15f, answered
What color is #abc15f?
#abc15f is a balanced soft green, closest to Yellow Green (ΔE2000 7). It sits at 74° on the hue wheel with 44% saturation and 57% lightness, which reads as warm.
What is the RGB value of #abc15f?
rgb(171, 193, 95) — 171 red, 193 green and 95 blue out of 255, or 67.1% / 75.7% / 37.3% by channel.
Is #abc15f a light or a dark color?
It is a mid-tone. Relative luminance is 0.4762 and perceived brightness is 70%, so black text on it reaches 10.52:1.
Should I use black or white text on #abc15f?
Black. It scores 10.52:1 against #abc15f, versus 2.00:1 for white — AAA at any size.
What is the complementary color of #abc15f?
#755FC1 sits directly opposite on the wheel. Softer options are the split-complements #5F7AC1 and #A65FC1, which give the same contrast with far less vibration.
What colors go well with #abc15f?
For interface work: #F9FAF4 as the surface, #E0E8C4 for borders, #899B4B for secondary text, #5B5DC5 as an accent and #4F5C24 for hover and pressed states. For a palette, the analogous pair #C1A65F and #7AC15F stays calm, while #755FC1 is the loudest partner.
What is #abc15f in CMYK for printing?
cmyk(11%, 0%, 51%, 24%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #abc15f warm or cool?
Warm — it scores 36 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C1B35F; nudged cooler, #87C35D.