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