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