#cffc74
a light, electric green · cool · closest name: khaki
RGB
207, 252, 116
HSL
80°, 96%, 72%
CMYK
18, 0, 54, 1
Luminance
0.8415
Every format
| HEX | #cffc74 |
| RGB | rgb(207, 252, 116) |
| HSL | hsl(80, 96%, 72%) |
| CMYK | cmyk(18%, 0%, 54%, 1%) |
| LAB | lab(93.5 -34.5 59.5) |
| LCH | lch(93.5 68.8 120.1) |
| OKLCH | oklch(0.932 0.171 124.9) |
Copy-ready code
/* CSS */
color: #cffc74;
background-color: #cffc74;
/* Tailwind (arbitrary) */
class="text-[#cffc74] bg-[#cffc74]"
/* SCSS */
$brand: #cffc74;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.455)
/* Android */
Color.parseColor("#cffc74")Accessibility — WCAG contrast
Aa
#cffc74 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc74 on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue45.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow54.0%
Key (black)1.2%
Color previews
#cffc74 text on a black background
contrast 17.83:1
Card sample
#cffc74 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc74;
Background color
Panel with #cffc74 background
background-color: #cffc74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc74; background: linear-gradient(135deg, #cffc74, #74FC74);