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