#cfab53
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 171, 83
HSL
43°, 56%, 57%
CMYK
0, 17, 60, 19
Luminance
0.4302
Every format
| HEX | #cfab53 |
| RGB | rgb(207, 171, 83) |
| HSL | hsl(43, 56%, 57%) |
| CMYK | cmyk(0%, 17%, 60%, 19%) |
| LAB | lab(71.6 3.0 49.4) |
| LCH | lch(71.6 49.5 86.6) |
| OKLCH | oklch(0.756 0.115 87.2) |
Copy-ready code
/* CSS */
color: #cfab53;
background-color: #cfab53;
/* Tailwind (arbitrary) */
class="text-[#cfab53] bg-[#cfab53]"
/* SCSS */
$brand: #cfab53;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.325)
/* Android */
Color.parseColor("#cfab53")Accessibility — WCAG contrast
Aa
#cfab53 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab53 on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow59.9%
Key (black)18.8%
Color previews
#cfab53 text on a black background
contrast 9.60:1
Card sample
#cfab53 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab53;
Background color
Panel with #cfab53 background
background-color: #cfab53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab53; background: linear-gradient(135deg, #cfab53, #A0CF53);