#cffc9f
a light, electric green · cool · closest name: khaki
RGB
207, 252, 159
HSL
89°, 94%, 81%
CMYK
18, 0, 37, 1
Luminance
0.8539
Every format
| HEX | #cffc9f |
| RGB | rgb(207, 252, 159) |
| HSL | hsl(89, 94%, 81%) |
| CMYK | cmyk(18%, 0%, 37%, 1%) |
| LAB | lab(94.0 -29.8 39.9) |
| LCH | lch(94.0 49.8 126.7) |
| OKLCH | oklch(0.938 0.128 129.6) |
Copy-ready code
/* CSS */
color: #cffc9f;
background-color: #cffc9f;
/* Tailwind (arbitrary) */
class="text-[#cffc9f] bg-[#cffc9f]"
/* SCSS */
$brand: #cffc9f;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.624)
/* Android */
Color.parseColor("#cffc9f")Accessibility — WCAG contrast
Aa
#cffc9f on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc9f on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue62.4%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow36.9%
Key (black)1.2%
Color previews
#cffc9f text on a black background
contrast 18.08:1
Card sample
#cffc9f text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc9f;
Background color
Panel with #cffc9f background
background-color: #cffc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc9f; background: linear-gradient(135deg, #cffc9f, #9FFCAD);