#cfe4af
a light, vivid green · cool · closest name: beige
RGB
207, 228, 175
HSL
84°, 50%, 79%
CMYK
9, 0, 23, 11
Luminance
0.7185
Every format
| HEX | #cfe4af |
| RGB | rgb(207, 228, 175) |
| HSL | hsl(84, 50%, 79%) |
| CMYK | cmyk(9%, 0%, 23%, 11%) |
| LAB | lab(87.9 -16.0 23.6) |
| LCH | lch(87.9 28.5 124.2) |
| OKLCH | oklch(0.890 0.074 125.4) |
Copy-ready code
/* CSS */
color: #cfe4af;
background-color: #cfe4af;
/* Tailwind (arbitrary) */
class="text-[#cfe4af] bg-[#cfe4af]"
/* SCSS */
$brand: #cfe4af;
/* SwiftUI */
Color(red: 0.812, green: 0.894, blue: 0.686)
/* Android */
Color.parseColor("#cfe4af")Accessibility — WCAG contrast
Aa
#cfe4af on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe4af on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green89.4%
Blue68.6%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow23.2%
Key (black)10.6%
Color previews
#cfe4af text on a black background
contrast 15.37:1
Card sample
#cfe4af text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe4af;
Background color
Panel with #cfe4af background
background-color: #cfe4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 228, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 228, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe4af; background: linear-gradient(135deg, #cfe4af, #AFE4B2);