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