#cffc13
a balanced, electric green · cool · closest name: yellow
RGB
207, 252, 19
HSL
72°, 98%, 53%
CMYK
18, 0, 93, 1
Luminance
0.8293
Every format
| HEX | #cffc13 |
| RGB | rgb(207, 252, 19) |
| HSL | hsl(72, 98%, 53%) |
| CMYK | cmyk(18%, 0%, 93%, 1%) |
| LAB | lab(93.0 -39.3 88.3) |
| LCH | lch(93.0 96.7 114.0) |
| OKLCH | oklch(0.926 0.222 121.9) |
Copy-ready code
/* CSS */
color: #cffc13;
background-color: #cffc13;
/* Tailwind (arbitrary) */
class="text-[#cffc13] bg-[#cffc13]"
/* SCSS */
$brand: #cffc13;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.075)
/* Android */
Color.parseColor("#cffc13")Accessibility — WCAG contrast
Aa
#cffc13 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc13 on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue7.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow92.5%
Key (black)1.2%
Color previews
#cffc13 text on a black background
contrast 17.59:1
Card sample
#cffc13 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc13;
Background color
Panel with #cffc13 background
background-color: #cffc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc13; background: linear-gradient(135deg, #cffc13, #33FC13);