#cffc4b
a balanced, electric green · cool · closest name: yellow
RGB
207, 252, 75
HSL
75°, 97%, 64%
CMYK
18, 0, 70, 1
Luminance
0.8339
Every format
| HEX | #cffc4b |
| RGB | rgb(207, 252, 75) |
| HSL | hsl(75, 97%, 64%) |
| CMYK | cmyk(18%, 0%, 70%, 1%) |
| LAB | lab(93.2 -37.4 75.5) |
| LCH | lch(93.2 84.3 116.4) |
| OKLCH | oklch(0.928 0.201 122.9) |
Copy-ready code
/* CSS */
color: #cffc4b;
background-color: #cffc4b;
/* Tailwind (arbitrary) */
class="text-[#cffc4b] bg-[#cffc4b]"
/* SCSS */
$brand: #cffc4b;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.294)
/* Android */
Color.parseColor("#cffc4b")Accessibility — WCAG contrast
Aa
#cffc4b on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc4b on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue29.4%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow70.2%
Key (black)1.2%
Color previews
#cffc4b text on a black background
contrast 17.68:1
Card sample
#cffc4b text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc4b;
Background color
Panel with #cffc4b background
background-color: #cffc4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc4b; background: linear-gradient(135deg, #cffc4b, #59FC4B);