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