#cfaa13
a dark, electric yellow · cool · closest name: gold
RGB
207, 170, 19
HSL
48°, 83%, 44%
CMYK
0, 18, 91, 19
Luminance
0.4206
Every format
| HEX | #cfaa13 |
| RGB | rgb(207, 170, 19) |
| HSL | hsl(48, 83%, 44%) |
| CMYK | cmyk(0%, 18%, 91%, 19%) |
| LAB | lab(70.9 0.8 71.2) |
| LCH | lch(70.9 71.2 89.4) |
| OKLCH | oklch(0.750 0.150 92.7) |
Copy-ready code
/* CSS */
color: #cfaa13;
background-color: #cfaa13;
/* Tailwind (arbitrary) */
class="text-[#cfaa13] bg-[#cfaa13]"
/* SCSS */
$brand: #cfaa13;
/* SwiftUI */
Color(red: 0.812, green: 0.667, blue: 0.075)
/* Android */
Color.parseColor("#cfaa13")Accessibility — WCAG contrast
Aa
#cfaa13 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfaa13 on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green66.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow90.8%
Key (black)18.8%
Color previews
#cfaa13 text on a black background
contrast 9.41:1
Card sample
#cfaa13 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfaa13;
Background color
Panel with #cfaa13 background
background-color: #cfaa13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfaa13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 170, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 170, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfaa13; background: linear-gradient(135deg, #cfaa13, #77CF13);