#b0cd72
a balanced, vivid green · warm · closest name: Yellow Green
At a glance
Every number on this page in one read: what #b0cd72 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 | #b0cd72 |
| RGB | rgb(176, 205, 114) |
| HSL | hsl(79, 48%, 63%) |
| CMYK | cmyk(14%, 0%, 44%, 20%) |
| LAB | lab(78.5 -24.3 42.0) |
| LCH | lch(78.5 48.5 120.0) |
| OKLCH | oklch(0.806 0.122 123.6) |
| Decimal | 11586930 |
| Display P3 | color(display-p3 0.690 0.804 0.447) |
Copy-ready code
/* CSS */
color: #b0cd72;
background-color: #b0cd72;
/* Tailwind (arbitrary) */
class="text-[#b0cd72] bg-[#b0cd72]"
/* SCSS */
$brand: #b0cd72;
/* SwiftUI */
Color(red: 0.690, green: 0.804, blue: 0.447)
/* Android */
Color.parseColor("#b0cd72")
/* Flutter */
Color(0xFFB0CD72)
/* Python / OpenCV (BGR) */
(114, 205, 176)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. #b0cd72 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: #F8FAF5;
--brand-100: #F2F5EA;
--brand-200: #E3ECD0;
--brand-300: #D1E2AC;
--brand-400: #b0cd72;
--brand-500: #A2C459;
--brand-600: #90B540;
--brand-700: #789735;
--brand-800: #60782B;
--brand-900: #475822;
--brand-950: #2C3715;
--brand: #b0cd72;
--brand-ink: #000000;
}Colors that work with #b0cd72
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 #b0cd72
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
- ⚠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 | #8F72CD | Directly opposite — maximum tension | |
| Analogous left | #CDBC72 | Neighbour, quieter | |
| Analogous right | #82CD72 | Neighbour, quieter | |
| Split-complement 1 | #7282CD | Contrast without the clash | |
| Split-complement 2 | #BC72CD | Contrast without the clash | |
| Triadic 1 | #72B0CD | Even thirds — balanced and loud | |
| Triadic 2 | #CD72B0 | Even thirds — balanced and loud | |
| Tetradic | #72CDBC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b0cd72 text on a black background
contrast 11.82:1
#b0cd72 text on a white background
contrast 1.78:1
CSS3 live lab
The quick brown fox
color: #b0cd72;
background-color: #b0cd72;
Glowing headline
text-shadow: 2px 2px 8px #b0cd72;
Soft neon halo
text-shadow: 0 0 14px rgba(176, 205, 114, 0.45);
box-shadow: 0 12px 32px -8px rgba(176, 205, 114, 0.45);
border: 3px solid #b0cd72; background: linear-gradient(135deg, #b0cd72, #73CD72);
Monochromatic scale
Palettes built from #b0cd72
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 5.6 away, with its history, psychology and brand usage.
#b0cd72 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.
#b0cd72, answered
What color is #b0cd72?
#b0cd72 is a balanced vivid green, closest to Yellow Green (ΔE2000 7.5). It sits at 79° on the hue wheel with 48% saturation and 63% lightness, which reads as warm.
What is the RGB value of #b0cd72?
rgb(176, 205, 114) — 176 red, 205 green and 114 blue out of 255, or 69% / 80.4% / 44.7% by channel.
Is #b0cd72 a light or a dark color?
It is a light color. Relative luminance is 0.5411 and perceived brightness is 74%, so black text on it reaches 11.82:1.
Should I use black or white text on #b0cd72?
Black. It scores 11.82:1 against #b0cd72, versus 1.78:1 for white — AAA at any size.
What is the complementary color of #b0cd72?
#8F72CD sits directly opposite on the wheel. Softer options are the split-complements #7282CD and #BC72CD, which give the same contrast with far less vibration.
What colors go well with #b0cd72?
For interface work: #F8FAF4 as the surface, #DDEAC3 for borders, #819B4B for secondary text, #756ED1 as an accent and #4B5E21 for hover and pressed states. For a palette, the analogous pair #CDBC72 and #82CD72 stays calm, while #8F72CD is the loudest partner.
What is #b0cd72 in CMYK for printing?
cmyk(14%, 0%, 44%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b0cd72 warm or cool?
Warm — it scores 41 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CDC872; nudged cooler, #8ECF70.