#cfff91
a light, electric green · cool · closest name: khaki
RGB
207, 255, 145
HSL
86°, 100%, 78%
CMYK
19, 0, 43, 0
Luminance
0.8683
Every format
| HEX | #cfff91 |
| RGB | rgb(207, 255, 145) |
| HSL | hsl(86, 100%, 78%) |
| CMYK | cmyk(19%, 0%, 43%, 0%) |
| LAB | lab(94.7 -32.9 47.5) |
| LCH | lch(94.7 57.8 124.7) |
| OKLCH | oklch(0.943 0.147 128.2) |
Copy-ready code
/* CSS */
color: #cfff91;
background-color: #cfff91;
/* Tailwind (arbitrary) */
class="text-[#cfff91] bg-[#cfff91]"
/* SCSS */
$brand: #cfff91;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.569)
/* Android */
Color.parseColor("#cfff91")Accessibility — WCAG contrast
Aa
#cfff91 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfff91 on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue56.9%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow43.1%
Key (black)0.0%
Color previews
#cfff91 text on a black background
contrast 18.37:1
Card sample
#cfff91 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfff91;
Background color
Panel with #cfff91 background
background-color: #cfff91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfff91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfff91; background: linear-gradient(135deg, #cfff91, #91FF9C);