#cfe8af
a light, vivid green · cool · closest name: beige
RGB
207, 232, 175
HSL
86°, 55%, 80%
CMYK
11, 0, 25, 9
Luminance
0.7407
Every format
| HEX | #cfe8af |
| RGB | rgb(207, 232, 175) |
| HSL | hsl(86, 55%, 80%) |
| CMYK | cmyk(11%, 0%, 25%, 9%) |
| LAB | lab(89.0 -18.0 25.1) |
| LCH | lch(89.0 30.9 125.7) |
| OKLCH | oklch(0.898 0.080 127.2) |
Copy-ready code
/* CSS */
color: #cfe8af;
background-color: #cfe8af;
/* Tailwind (arbitrary) */
class="text-[#cfe8af] bg-[#cfe8af]"
/* SCSS */
$brand: #cfe8af;
/* SwiftUI */
Color(red: 0.812, green: 0.910, blue: 0.686)
/* Android */
Color.parseColor("#cfe8af")Accessibility — WCAG contrast
Aa
#cfe8af on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe8af on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.0%
Blue68.6%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow24.6%
Key (black)9.0%
Color previews
#cfe8af text on a black background
contrast 15.81:1
Card sample
#cfe8af text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe8af;
Background color
Panel with #cfe8af background
background-color: #cfe8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 232, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 232, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe8af; background: linear-gradient(135deg, #cfe8af, #AFE8B5);