#cfe9b9
a light, vivid green · cool · closest name: beige
RGB
207, 233, 185
HSL
93°, 52%, 82%
CMYK
11, 0, 21, 9
Luminance
0.7505
Every format
| HEX | #cfe9b9 |
| RGB | rgb(207, 233, 185) |
| HSL | hsl(93, 52%, 82%) |
| CMYK | cmyk(11%, 0%, 21%, 9%) |
| LAB | lab(89.4 -17.0 20.5) |
| LCH | lch(89.4 26.6 129.6) |
| OKLCH | oklch(0.903 0.070 130.9) |
Copy-ready code
/* CSS */
color: #cfe9b9;
background-color: #cfe9b9;
/* Tailwind (arbitrary) */
class="text-[#cfe9b9] bg-[#cfe9b9]"
/* SCSS */
$brand: #cfe9b9;
/* SwiftUI */
Color(red: 0.812, green: 0.914, blue: 0.725)
/* Android */
Color.parseColor("#cfe9b9")Accessibility — WCAG contrast
Aa
#cfe9b9 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe9b9 on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.4%
Blue72.5%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow20.6%
Key (black)8.6%
Color previews
#cfe9b9 text on a black background
contrast 16.01:1
Card sample
#cfe9b9 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe9b9;
Background color
Panel with #cfe9b9 background
background-color: #cfe9b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe9b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 233, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 233, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe9b9; background: linear-gradient(135deg, #cfe9b9, #B9E9C3);