#ccee11
a balanced, electric yellow · cool · closest name: yellow
RGB
204, 238, 17
HSL
69°, 87%, 50%
CMYK
14, 0, 93, 7
Luminance
0.7403
Every format
| HEX | #ccee11 |
| RGB | rgb(204, 238, 17) |
| HSL | hsl(69, 87%, 50%) |
| CMYK | cmyk(14%, 0%, 93%, 7%) |
| LAB | lab(88.9 -34.2 85.3) |
| LCH | lch(88.9 91.9 111.8) |
| OKLCH | oklch(0.893 0.209 119.7) |
Copy-ready code
/* CSS */
color: #ccee11;
background-color: #ccee11;
/* Tailwind (arbitrary) */
class="text-[#ccee11] bg-[#ccee11]"
/* SCSS */
$brand: #ccee11;
/* SwiftUI */
Color(red: 0.800, green: 0.933, blue: 0.067)
/* Android */
Color.parseColor("#ccee11")Accessibility — WCAG contrast
Aa
#ccee11 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccee11 on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.3%
Blue6.7%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow92.9%
Key (black)6.7%
Color previews
#ccee11 text on a black background
contrast 15.81:1
Card sample
#ccee11 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccee11;
Background color
Panel with #ccee11 background
background-color: #ccee11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccee11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 238, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 238, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccee11; background: linear-gradient(135deg, #ccee11, #39EE11);