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