#b2ce71
a balanced, vivid green · cool · closest name: khaki
RGB
178, 206, 113
HSL
78°, 49%, 63%
CMYK
14, 0, 45, 19
Luminance
0.5480
Every format
| HEX | #b2ce71 |
| RGB | rgb(178, 206, 113) |
| HSL | hsl(78, 49%, 63%) |
| CMYK | cmyk(14%, 0%, 45%, 19%) |
| LAB | lab(78.9 -24.1 43.0) |
| LCH | lch(78.9 49.3 119.3) |
| OKLCH | oklch(0.810 0.123 122.9) |
Copy-ready code
/* CSS */
color: #b2ce71;
background-color: #b2ce71;
/* Tailwind (arbitrary) */
class="text-[#b2ce71] bg-[#b2ce71]"
/* SCSS */
$brand: #b2ce71;
/* SwiftUI */
Color(red: 0.698, green: 0.808, blue: 0.443)
/* Android */
Color.parseColor("#b2ce71")Accessibility — WCAG contrast
Aa
#b2ce71 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ce71 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.8%
Blue44.3%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow45.1%
Key (black)19.2%
Color previews
#b2ce71 text on a black background
contrast 11.96:1
Card sample
#b2ce71 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ce71;
Background color
Panel with #b2ce71 background
background-color: #b2ce71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ce71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 206, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 206, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ce71; background: linear-gradient(135deg, #b2ce71, #74CE71);