#cffc5b
a light, electric green · cool · closest name: yellow
RGB
207, 252, 91
HSL
77°, 96%, 67%
CMYK
18, 0, 64, 1
Luminance
0.8364
Every format
| HEX | #cffc5b |
| RGB | rgb(207, 252, 91) |
| HSL | hsl(77, 96%, 67%) |
| CMYK | cmyk(18%, 0%, 64%, 1%) |
| LAB | lab(93.3 -36.5 69.8) |
| LCH | lch(93.3 78.7 117.6) |
| OKLCH | oklch(0.930 0.191 123.5) |
Copy-ready code
/* CSS */
color: #cffc5b;
background-color: #cffc5b;
/* Tailwind (arbitrary) */
class="text-[#cffc5b] bg-[#cffc5b]"
/* SCSS */
$brand: #cffc5b;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.357)
/* Android */
Color.parseColor("#cffc5b")Accessibility — WCAG contrast
Aa
#cffc5b on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc5b on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue35.7%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow63.9%
Key (black)1.2%
Color previews
#cffc5b text on a black background
contrast 17.73:1
Card sample
#cffc5b text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc5b;
Background color
Panel with #cffc5b background
background-color: #cffc5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc5b; background: linear-gradient(135deg, #cffc5b, #64FC5B);