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