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