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