#ceff13
a balanced, electric green · cool · closest name: yellow
RGB
206, 255, 19
HSL
73°, 100%, 54%
CMYK
19, 0, 93, 0
Luminance
0.8469
Every format
| HEX | #ceff13 |
| RGB | rgb(206, 255, 19) |
| HSL | hsl(73, 100%, 54%) |
| CMYK | cmyk(19%, 0%, 93%, 0%) |
| LAB | lab(93.8 -41.0 88.9) |
| LCH | lch(93.8 97.9 114.7) |
| OKLCH | oklch(0.932 0.226 122.7) |
Copy-ready code
/* CSS */
color: #ceff13;
background-color: #ceff13;
/* Tailwind (arbitrary) */
class="text-[#ceff13] bg-[#ceff13]"
/* SCSS */
$brand: #ceff13;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.075)
/* Android */
Color.parseColor("#ceff13")Accessibility — WCAG contrast
Aa
#ceff13 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceff13 on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue7.5%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow92.5%
Key (black)0.0%
Color previews
#ceff13 text on a black background
contrast 17.94:1
Card sample
#ceff13 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceff13;
Background color
Panel with #ceff13 background
background-color: #ceff13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceff13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceff13; background: linear-gradient(135deg, #ceff13, #30FF13);