#cfe3af
a light, vivid green · cool · closest name: beige
RGB
207, 227, 175
HSL
83°, 48%, 79%
CMYK
9, 0, 23, 11
Luminance
0.7130
Every format
| HEX | #cfe3af |
| RGB | rgb(207, 227, 175) |
| HSL | hsl(83, 48%, 79%) |
| CMYK | cmyk(9%, 0%, 23%, 11%) |
| LAB | lab(87.6 -15.5 23.3) |
| LCH | lch(87.6 28.0 123.8) |
| OKLCH | oklch(0.888 0.072 124.9) |
Copy-ready code
/* CSS */
color: #cfe3af;
background-color: #cfe3af;
/* Tailwind (arbitrary) */
class="text-[#cfe3af] bg-[#cfe3af]"
/* SCSS */
$brand: #cfe3af;
/* SwiftUI */
Color(red: 0.812, green: 0.890, blue: 0.686)
/* Android */
Color.parseColor("#cfe3af")Accessibility — WCAG contrast
Aa
#cfe3af on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe3af on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green89.0%
Blue68.6%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow22.9%
Key (black)11.0%
Color previews
#cfe3af text on a black background
contrast 15.26:1
Card sample
#cfe3af text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe3af;
Background color
Panel with #cfe3af background
background-color: #cfe3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 227, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 227, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe3af; background: linear-gradient(135deg, #cfe3af, #AFE3B2);