#ccce13
a dark, electric yellow · cool · closest name: gold
RGB
204, 206, 19
HSL
61°, 83%, 44%
CMYK
1, 0, 91, 19
Luminance
0.5703
Every format
| HEX | #ccce13 |
| RGB | rgb(204, 206, 19) |
| HSL | hsl(61, 83%, 44%) |
| CMYK | cmyk(1%, 0%, 91%, 19%) |
| LAB | lab(80.2 -19.0 78.3) |
| LCH | lch(80.2 80.5 103.6) |
| OKLCH | oklch(0.823 0.177 110.4) |
Copy-ready code
/* CSS */
color: #ccce13;
background-color: #ccce13;
/* Tailwind (arbitrary) */
class="text-[#ccce13] bg-[#ccce13]"
/* SCSS */
$brand: #ccce13;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 0.075)
/* Android */
Color.parseColor("#ccce13")Accessibility — WCAG contrast
Aa
#ccce13 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccce13 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue7.5%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow90.8%
Key (black)19.2%
Color previews
#ccce13 text on a black background
contrast 12.41:1
Card sample
#ccce13 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccce13;
Background color
Panel with #ccce13 background
background-color: #ccce13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccce13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccce13; background: linear-gradient(135deg, #ccce13, #4FCE13);