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