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