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