#cfab62
a balanced, vivid yellow · warm · closest name: tan
RGB
207, 171, 98
HSL
40°, 53%, 60%
CMYK
0, 17, 53, 19
Luminance
0.4327
Every format
| HEX | #cfab62 |
| RGB | rgb(207, 171, 98) |
| HSL | hsl(40, 53%, 60%) |
| CMYK | cmyk(0%, 17%, 53%, 19%) |
| LAB | lab(71.7 4.2 42.2) |
| LCH | lch(71.7 42.4 84.4) |
| OKLCH | oklch(0.758 0.101 83.8) |
Copy-ready code
/* CSS */
color: #cfab62;
background-color: #cfab62;
/* Tailwind (arbitrary) */
class="text-[#cfab62] bg-[#cfab62]"
/* SCSS */
$brand: #cfab62;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.384)
/* Android */
Color.parseColor("#cfab62")Accessibility — WCAG contrast
Aa
#cfab62 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab62 on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow52.7%
Key (black)18.8%
Color previews
#cfab62 text on a black background
contrast 9.65:1
Card sample
#cfab62 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab62;
Background color
Panel with #cfab62 background
background-color: #cfab62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab62; background: linear-gradient(135deg, #cfab62, #AACF62);