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