#cfee8c
a light, vivid green · cool · closest name: khaki
RGB
207, 238, 140
HSL
79°, 74%, 74%
CMYK
13, 0, 41, 7
Luminance
0.7631
Every format
| HEX | #cfee8c |
| RGB | rgb(207, 238, 140) |
| HSL | hsl(79, 74%, 74%) |
| CMYK | cmyk(13%, 0%, 41%, 7%) |
| LAB | lab(90.0 -25.5 44.1) |
| LCH | lch(90.0 50.9 120.1) |
| OKLCH | oklch(0.905 0.128 123.3) |
Copy-ready code
/* CSS */
color: #cfee8c;
background-color: #cfee8c;
/* Tailwind (arbitrary) */
class="text-[#cfee8c] bg-[#cfee8c]"
/* SCSS */
$brand: #cfee8c;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.549)
/* Android */
Color.parseColor("#cfee8c")Accessibility — WCAG contrast
Aa
#cfee8c on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfee8c on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue54.9%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow41.2%
Key (black)6.7%
Color previews
#cfee8c text on a black background
contrast 16.26:1
Card sample
#cfee8c text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfee8c;
Background color
Panel with #cfee8c background
background-color: #cfee8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfee8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfee8c; background: linear-gradient(135deg, #cfee8c, #8EEE8C);