#acba35
a balanced, vivid yellow · warm · closest name: Yellow Green
At a glance
Every number on this page in one read: what #acba35 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 | #acba35 |
| RGB | rgb(172, 186, 53) |
| HSL | hsl(66, 56%, 47%) |
| CMYK | cmyk(8%, 0%, 72%, 27%) |
| LAB | lab(72.3 -21.6 62.0) |
| LCH | lch(72.3 65.6 109.2) |
| OKLCH | oklch(0.754 0.152 115.4) |
| Decimal | 11319861 |
| Display P3 | color(display-p3 0.675 0.729 0.208) |
Copy-ready code
/* CSS */
color: #acba35;
background-color: #acba35;
/* Tailwind (arbitrary) */
class="text-[#acba35] bg-[#acba35]"
/* SCSS */
$brand: #acba35;
/* SwiftUI */
Color(red: 0.675, green: 0.729, blue: 0.208)
/* Android */
Color.parseColor("#acba35")
/* Flutter */
Color(0xFFACBA35)
/* Python / OpenCV (BGR) */
(53, 186, 172)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. #acba35 is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAFBF4;
--brand-100: #F5F6E9;
--brand-200: #EBEECE;
--brand-300: #E0E6A8;
--brand-400: #D0DA7C;
--brand-500: #C0CD50;
--brand-600: #acba35;
--brand-700: #939F2D;
--brand-800: #757F24;
--brand-900: #565D1E;
--brand-950: #363A13;
--brand: #acba35;
--brand-ink: #000000;
}Colors that work with #acba35
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 #acba35
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠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 | #4335BA | Directly opposite — maximum tension | |
| Analogous left | #BA8635 | Neighbour, quieter | |
| Analogous right | #6ABA35 | Neighbour, quieter | |
| Split-complement 1 | #356ABA | Contrast without the clash | |
| Split-complement 2 | #8635BA | Contrast without the clash | |
| Triadic 1 | #35ACBA | Even thirds — balanced and loud | |
| Triadic 2 | #BA35AC | Even thirds — balanced and loud | |
| Tetradic | #35BA86 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#acba35 text on a black background
contrast 9.83:1
#acba35 text on a white background
contrast 2.14:1
CSS3 live lab
The quick brown fox
color: #acba35;
background-color: #acba35;
Glowing headline
text-shadow: 2px 2px 8px #acba35;
Soft neon halo
text-shadow: 0 0 14px rgba(172, 186, 53, 0.45);
box-shadow: 0 12px 32px -8px rgba(172, 186, 53, 0.45);
border: 3px solid #acba35; background: linear-gradient(135deg, #acba35, #53BA35);
Monochromatic scale
Palettes built from #acba35
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 12 away, with its history, psychology and brand usage.
#acba35 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.
#acba35, answered
What color is #acba35?
#acba35 is a balanced vivid yellow, closest to Yellow Green (ΔE2000 7.5). It sits at 66° on the hue wheel with 56% saturation and 47% lightness, which reads as warm.
What is the RGB value of #acba35?
rgb(172, 186, 53) — 172 red, 186 green and 53 blue out of 255, or 67.5% / 72.9% / 20.8% by channel.
Is #acba35 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4415 and perceived brightness is 67%, so black text on it reaches 9.83:1.
Should I use black or white text on #acba35?
Black. It scores 9.83:1 against #acba35, versus 2.14:1 for white — AAA at any size.
What is the complementary color of #acba35?
#4335BA sits directly opposite on the wheel. Softer options are the split-complements #356ABA and #8635BA, which give the same contrast with far less vibration.
What colors go well with #acba35?
For interface work: #FAFAF4 as the surface, #E8EDC0 for borders, #929B4B for secondary text, #3045BF as an accent and #5C631C for hover and pressed states. For a palette, the analogous pair #BA8635 and #6ABA35 stays calm, while #4335BA is the loudest partner.
What is #acba35 in CMYK for printing?
cmyk(8%, 0%, 72%, 27%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #acba35 warm or cool?
Warm — it scores 30 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BA9735; nudged cooler, #7BBC33.