#b6cf7c
a balanced, vivid green · cool · closest name: khaki
RGB
182, 207, 124
HSL
78°, 46%, 65%
CMYK
12, 0, 40, 19
Luminance
0.5603
Every format
| HEX | #b6cf7c |
| RGB | rgb(182, 207, 124) |
| HSL | hsl(78, 46%, 65%) |
| CMYK | cmyk(12%, 0%, 40%, 19%) |
| LAB | lab(79.6 -21.8 38.5) |
| LCH | lch(79.6 44.2 119.5) |
| OKLCH | oklch(0.817 0.112 122.6) |
Copy-ready code
/* CSS */
color: #b6cf7c;
background-color: #b6cf7c;
/* Tailwind (arbitrary) */
class="text-[#b6cf7c] bg-[#b6cf7c]"
/* SCSS */
$brand: #b6cf7c;
/* SwiftUI */
Color(red: 0.714, green: 0.812, blue: 0.486)
/* Android */
Color.parseColor("#b6cf7c")Accessibility — WCAG contrast
Aa
#b6cf7c on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cf7c on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green81.2%
Blue48.6%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow40.1%
Key (black)18.8%
Color previews
#b6cf7c text on a black background
contrast 12.21:1
Card sample
#b6cf7c text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cf7c;
Background color
Panel with #b6cf7c background
background-color: #b6cf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 207, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 207, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cf7c; background: linear-gradient(135deg, #b6cf7c, #7FCF7C);