#cfab48
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 171, 72
HSL
44°, 58%, 55%
CMYK
0, 17, 65, 19
Luminance
0.4286
Every format
| HEX | #cfab48 |
| RGB | rgb(207, 171, 72) |
| HSL | hsl(44, 58%, 55%) |
| CMYK | cmyk(0%, 17%, 65%, 19%) |
| LAB | lab(71.5 2.2 54.3) |
| LCH | lch(71.5 54.4 87.6) |
| OKLCH | oklch(0.755 0.124 89.0) |
Copy-ready code
/* CSS */
color: #cfab48;
background-color: #cfab48;
/* Tailwind (arbitrary) */
class="text-[#cfab48] bg-[#cfab48]"
/* SCSS */
$brand: #cfab48;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.282)
/* Android */
Color.parseColor("#cfab48")Accessibility — WCAG contrast
Aa
#cfab48 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab48 on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow65.2%
Key (black)18.8%
Color previews
#cfab48 text on a black background
contrast 9.57:1
Card sample
#cfab48 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab48;
Background color
Panel with #cfab48 background
background-color: #cfab48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab48; background: linear-gradient(135deg, #cfab48, #99CF48);