#cffc90
a light, electric green · cool · closest name: khaki
RGB
207, 252, 144
HSL
85°, 95%, 78%
CMYK
18, 0, 43, 1
Luminance
0.8490
Every format
| HEX | #cffc90 |
| RGB | rgb(207, 252, 144) |
| HSL | hsl(85, 95%, 78%) |
| CMYK | cmyk(18%, 0%, 43%, 1%) |
| LAB | lab(93.8 -31.6 47.0) |
| LCH | lch(93.8 56.6 124.0) |
| OKLCH | oklch(0.936 0.144 127.5) |
Copy-ready code
/* CSS */
color: #cffc90;
background-color: #cffc90;
/* Tailwind (arbitrary) */
class="text-[#cffc90] bg-[#cffc90]"
/* SCSS */
$brand: #cffc90;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.565)
/* Android */
Color.parseColor("#cffc90")Accessibility — WCAG contrast
Aa
#cffc90 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc90 on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue56.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow42.9%
Key (black)1.2%
Color previews
#cffc90 text on a black background
contrast 17.98:1
Card sample
#cffc90 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc90;
Background color
Panel with #cffc90 background
background-color: #cffc90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc90; background: linear-gradient(135deg, #cffc90, #90FC99);