#cfab19
a balanced, electric yellow · cool · closest name: gold
RGB
207, 171, 25
HSL
48°, 78%, 46%
CMYK
0, 17, 88, 19
Luminance
0.4246
Every format
| HEX | #cfab19 |
| RGB | rgb(207, 171, 25) |
| HSL | hsl(48, 78%, 46%) |
| CMYK | cmyk(0%, 17%, 88%, 19%) |
| LAB | lab(71.2 0.3 70.3) |
| LCH | lch(71.2 70.3 89.7) |
| OKLCH | oklch(0.752 0.149 93.0) |
Copy-ready code
/* CSS */
color: #cfab19;
background-color: #cfab19;
/* Tailwind (arbitrary) */
class="text-[#cfab19] bg-[#cfab19]"
/* SCSS */
$brand: #cfab19;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.098)
/* Android */
Color.parseColor("#cfab19")Accessibility — WCAG contrast
Aa
#cfab19 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab19 on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow87.9%
Key (black)18.8%
Color previews
#cfab19 text on a black background
contrast 9.49:1
Card sample
#cfab19 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab19;
Background color
Panel with #cfab19 background
background-color: #cfab19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab19; background: linear-gradient(135deg, #cfab19, #7ACF19);