#ceee13
a balanced, electric yellow · cool · closest name: yellow
RGB
206, 238, 19
HSL
69°, 87%, 50%
CMYK
13, 0, 92, 7
Luminance
0.7432
Every format
| HEX | #ceee13 |
| RGB | rgb(206, 238, 19) |
| HSL | hsl(69, 87%, 50%) |
| CMYK | cmyk(13%, 0%, 92%, 7%) |
| LAB | lab(89.1 -33.4 85.3) |
| LCH | lch(89.1 91.6 111.4) |
| OKLCH | oklch(0.894 0.208 119.2) |
Copy-ready code
/* CSS */
color: #ceee13;
background-color: #ceee13;
/* Tailwind (arbitrary) */
class="text-[#ceee13] bg-[#ceee13]"
/* SCSS */
$brand: #ceee13;
/* SwiftUI */
Color(red: 0.808, green: 0.933, blue: 0.075)
/* Android */
Color.parseColor("#ceee13")Accessibility — WCAG contrast
Aa
#ceee13 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceee13 on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.3%
Blue7.5%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow92.0%
Key (black)6.7%
Color previews
#ceee13 text on a black background
contrast 15.86:1
Card sample
#ceee13 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceee13;
Background color
Panel with #ceee13 background
background-color: #ceee13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceee13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 238, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 238, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceee13; background: linear-gradient(135deg, #ceee13, #3CEE13);