#cfe7af
a light, vivid green · cool · closest name: beige
RGB
207, 231, 175
HSL
86°, 54%, 80%
CMYK
10, 0, 24, 9
Luminance
0.7351
Every format
| HEX | #cfe7af |
| RGB | rgb(207, 231, 175) |
| HSL | hsl(86, 54%, 80%) |
| CMYK | cmyk(10%, 0%, 24%, 9%) |
| LAB | lab(88.7 -17.5 24.7) |
| LCH | lch(88.7 30.3 125.3) |
| OKLCH | oklch(0.896 0.078 126.8) |
Copy-ready code
/* CSS */
color: #cfe7af;
background-color: #cfe7af;
/* Tailwind (arbitrary) */
class="text-[#cfe7af] bg-[#cfe7af]"
/* SCSS */
$brand: #cfe7af;
/* SwiftUI */
Color(red: 0.812, green: 0.906, blue: 0.686)
/* Android */
Color.parseColor("#cfe7af")Accessibility — WCAG contrast
Aa
#cfe7af on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe7af on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green90.6%
Blue68.6%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow24.2%
Key (black)9.4%
Color previews
#cfe7af text on a black background
contrast 15.70:1
Card sample
#cfe7af text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe7af;
Background color
Panel with #cfe7af background
background-color: #cfe7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 231, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 231, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe7af; background: linear-gradient(135deg, #cfe7af, #AFE7B4);