#cfe9af
a light, vivid green · cool · closest name: beige
RGB
207, 233, 175
HSL
87°, 57%, 80%
CMYK
11, 0, 25, 9
Luminance
0.7464
Every format
| HEX | #cfe9af |
| RGB | rgb(207, 233, 175) |
| HSL | hsl(87, 57%, 80%) |
| CMYK | cmyk(11%, 0%, 25%, 9%) |
| LAB | lab(89.2 -18.5 25.4) |
| LCH | lch(89.2 31.4 126.0) |
| OKLCH | oklch(0.900 0.081 127.6) |
Copy-ready code
/* CSS */
color: #cfe9af;
background-color: #cfe9af;
/* Tailwind (arbitrary) */
class="text-[#cfe9af] bg-[#cfe9af]"
/* SCSS */
$brand: #cfe9af;
/* SwiftUI */
Color(red: 0.812, green: 0.914, blue: 0.686)
/* Android */
Color.parseColor("#cfe9af")Accessibility — WCAG contrast
Aa
#cfe9af on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe9af on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.4%
Blue68.6%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow24.9%
Key (black)8.6%
Color previews
#cfe9af text on a black background
contrast 15.93:1
Card sample
#cfe9af text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe9af;
Background color
Panel with #cfe9af background
background-color: #cfe9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 233, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 233, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe9af; background: linear-gradient(135deg, #cfe9af, #AFE9B6);