#b2cf71
a balanced, vivid green · cool · closest name: khaki
RGB
178, 207, 113
HSL
79°, 50%, 63%
CMYK
14, 0, 45, 19
Luminance
0.5528
Every format
| HEX | #b2cf71 |
| RGB | rgb(178, 207, 113) |
| HSL | hsl(79, 50%, 63%) |
| CMYK | cmyk(14%, 0%, 45%, 19%) |
| LAB | lab(79.2 -24.6 43.4) |
| LCH | lch(79.2 49.8 119.6) |
| OKLCH | oklch(0.812 0.125 123.2) |
Copy-ready code
/* CSS */
color: #b2cf71;
background-color: #b2cf71;
/* Tailwind (arbitrary) */
class="text-[#b2cf71] bg-[#b2cf71]"
/* SCSS */
$brand: #b2cf71;
/* SwiftUI */
Color(red: 0.698, green: 0.812, blue: 0.443)
/* Android */
Color.parseColor("#b2cf71")Accessibility — WCAG contrast
Aa
#b2cf71 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cf71 on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green81.2%
Blue44.3%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow45.4%
Key (black)18.8%
Color previews
#b2cf71 text on a black background
contrast 12.06:1
Card sample
#b2cf71 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cf71;
Background color
Panel with #b2cf71 background
background-color: #b2cf71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cf71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 207, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 207, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cf71; background: linear-gradient(135deg, #b2cf71, #73CF71);