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