#cffc98
a light, electric green · cool · closest name: khaki
RGB
207, 252, 152
HSL
87°, 94%, 79%
CMYK
18, 0, 40, 1
Luminance
0.8515
Every format
| HEX | #cffc98 |
| RGB | rgb(207, 252, 152) |
| HSL | hsl(87, 94%, 79%) |
| CMYK | cmyk(18%, 0%, 40%, 1%) |
| LAB | lab(94.0 -30.7 43.2) |
| LCH | lch(94.0 53.0 125.4) |
| OKLCH | oklch(0.937 0.135 128.5) |
Copy-ready code
/* CSS */
color: #cffc98;
background-color: #cffc98;
/* Tailwind (arbitrary) */
class="text-[#cffc98] bg-[#cffc98]"
/* SCSS */
$brand: #cffc98;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.596)
/* Android */
Color.parseColor("#cffc98")Accessibility — WCAG contrast
Aa
#cffc98 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc98 on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue59.6%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow39.7%
Key (black)1.2%
Color previews
#cffc98 text on a black background
contrast 18.03:1
Card sample
#cffc98 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc98;
Background color
Panel with #cffc98 background
background-color: #cffc98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc98; background: linear-gradient(135deg, #cffc98, #98FCA4);