#cffeaf
a light, electric green · cool · closest name: khaki
RGB
207, 254, 175
HSL
96°, 98%, 84%
CMYK
19, 0, 31, 0
Luminance
0.8724
Every format
| HEX | #cffeaf |
| RGB | rgb(207, 254, 175) |
| HSL | hsl(96, 98%, 84%) |
| CMYK | cmyk(19%, 0%, 31%, 0%) |
| LAB | lab(94.8 -28.6 33.0) |
| LCH | lch(94.8 43.7 130.9) |
| OKLCH | oklch(0.945 0.114 133.2) |
Copy-ready code
/* CSS */
color: #cffeaf;
background-color: #cffeaf;
/* Tailwind (arbitrary) */
class="text-[#cffeaf] bg-[#cffeaf]"
/* SCSS */
$brand: #cffeaf;
/* SwiftUI */
Color(red: 0.812, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#cffeaf")Accessibility — WCAG contrast
Aa
#cffeaf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffeaf on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green99.6%
Blue68.6%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#cffeaf text on a black background
contrast 18.45:1
Card sample
#cffeaf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffeaf;
Background color
Panel with #cffeaf background
background-color: #cffeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffeaf; background: linear-gradient(135deg, #cffeaf, #AFFEC4);