#cfe9b2
a light, vivid green · cool · closest name: beige
RGB
207, 233, 178
HSL
88°, 56%, 81%
CMYK
11, 0, 24, 9
Luminance
0.7476
Every format
| HEX | #cfe9b2 |
| RGB | rgb(207, 233, 178) |
| HSL | hsl(88, 56%, 81%) |
| CMYK | cmyk(11%, 0%, 24%, 9%) |
| LAB | lab(89.3 -18.1 24.0) |
| LCH | lch(89.3 30.0 127.0) |
| OKLCH | oklch(0.901 0.078 128.5) |
Copy-ready code
/* CSS */
color: #cfe9b2;
background-color: #cfe9b2;
/* Tailwind (arbitrary) */
class="text-[#cfe9b2] bg-[#cfe9b2]"
/* SCSS */
$brand: #cfe9b2;
/* SwiftUI */
Color(red: 0.812, green: 0.914, blue: 0.698)
/* Android */
Color.parseColor("#cfe9b2")Accessibility — WCAG contrast
Aa
#cfe9b2 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe9b2 on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.4%
Blue69.8%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow23.6%
Key (black)8.6%
Color previews
#cfe9b2 text on a black background
contrast 15.95:1
Card sample
#cfe9b2 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe9b2;
Background color
Panel with #cfe9b2 background
background-color: #cfe9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 233, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 233, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe9b2; background: linear-gradient(135deg, #cfe9b2, #B2E9BA);