#cfe6af
a light, vivid green · cool · closest name: beige
RGB
207, 230, 175
HSL
85°, 52%, 79%
CMYK
10, 0, 24, 10
Luminance
0.7295
Every format
| HEX | #cfe6af |
| RGB | rgb(207, 230, 175) |
| HSL | hsl(85, 52%, 79%) |
| CMYK | cmyk(10%, 0%, 24%, 10%) |
| LAB | lab(88.4 -17.0 24.3) |
| LCH | lch(88.4 29.7 125.0) |
| OKLCH | oklch(0.894 0.077 126.3) |
Copy-ready code
/* CSS */
color: #cfe6af;
background-color: #cfe6af;
/* Tailwind (arbitrary) */
class="text-[#cfe6af] bg-[#cfe6af]"
/* SCSS */
$brand: #cfe6af;
/* SwiftUI */
Color(red: 0.812, green: 0.902, blue: 0.686)
/* Android */
Color.parseColor("#cfe6af")Accessibility — WCAG contrast
Aa
#cfe6af on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe6af on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green90.2%
Blue68.6%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow23.9%
Key (black)9.8%
Color previews
#cfe6af text on a black background
contrast 15.59:1
Card sample
#cfe6af text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe6af;
Background color
Panel with #cfe6af background
background-color: #cfe6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 230, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 230, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe6af; background: linear-gradient(135deg, #cfe6af, #AFE6B4);