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