#b3cf6c
a balanced, vivid green · cool · closest name: khaki
RGB
179, 207, 108
HSL
77°, 51%, 62%
CMYK
14, 0, 48, 19
Luminance
0.5529
Every format
| HEX | #b3cf6c |
| RGB | rgb(179, 207, 108) |
| HSL | hsl(77, 51%, 62%) |
| CMYK | cmyk(14%, 0%, 48%, 19%) |
| LAB | lab(79.2 -24.7 45.8) |
| LCH | lch(79.2 52.1 118.4) |
| OKLCH | oklch(0.812 0.130 122.3) |
Copy-ready code
/* CSS */
color: #b3cf6c;
background-color: #b3cf6c;
/* Tailwind (arbitrary) */
class="text-[#b3cf6c] bg-[#b3cf6c]"
/* SCSS */
$brand: #b3cf6c;
/* SwiftUI */
Color(red: 0.702, green: 0.812, blue: 0.424)
/* Android */
Color.parseColor("#b3cf6c")Accessibility — WCAG contrast
Aa
#b3cf6c on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cf6c on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green81.2%
Blue42.4%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow47.8%
Key (black)18.8%
Color previews
#b3cf6c text on a black background
contrast 12.06:1
Card sample
#b3cf6c text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cf6c;
Background color
Panel with #b3cf6c background
background-color: #b3cf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 207, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 207, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cf6c; background: linear-gradient(135deg, #b3cf6c, #71CF6C);