#cefb13
a balanced, electric green · cool · closest name: yellow
RGB
206, 251, 19
HSL
72°, 97%, 53%
CMYK
18, 0, 92, 2
Luminance
0.8216
Every format
| HEX | #cefb13 |
| RGB | rgb(206, 251, 19) |
| HSL | hsl(72, 97%, 53%) |
| CMYK | cmyk(18%, 0%, 92%, 2%) |
| LAB | lab(92.7 -39.2 88.1) |
| LCH | lch(92.7 96.4 114.0) |
| OKLCH | oklch(0.923 0.221 122.0) |
Copy-ready code
/* CSS */
color: #cefb13;
background-color: #cefb13;
/* Tailwind (arbitrary) */
class="text-[#cefb13] bg-[#cefb13]"
/* SCSS */
$brand: #cefb13;
/* SwiftUI */
Color(red: 0.808, green: 0.984, blue: 0.075)
/* Android */
Color.parseColor("#cefb13")Accessibility — WCAG contrast
Aa
#cefb13 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefb13 on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.4%
Blue7.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow92.4%
Key (black)1.6%
Color previews
#cefb13 text on a black background
contrast 17.43:1
Card sample
#cefb13 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefb13;
Background color
Panel with #cefb13 background
background-color: #cefb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 251, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 251, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefb13; background: linear-gradient(135deg, #cefb13, #33FB13);