#cfab2e
a balanced, vivid yellow · cool · closest name: olive
RGB
207, 171, 46
HSL
47°, 64%, 50%
CMYK
0, 17, 78, 19
Luminance
0.4259
Every format
| HEX | #cfab2e |
| RGB | rgb(207, 171, 46) |
| HSL | hsl(47, 64%, 50%) |
| CMYK | cmyk(0%, 17%, 78%, 19%) |
| LAB | lab(71.3 0.9 64.5) |
| LCH | lch(71.3 64.5 89.2) |
| OKLCH | oklch(0.753 0.141 91.8) |
Copy-ready code
/* CSS */
color: #cfab2e;
background-color: #cfab2e;
/* Tailwind (arbitrary) */
class="text-[#cfab2e] bg-[#cfab2e]"
/* SCSS */
$brand: #cfab2e;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.180)
/* Android */
Color.parseColor("#cfab2e")Accessibility — WCAG contrast
Aa
#cfab2e on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab2e on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow77.8%
Key (black)18.8%
Color previews
#cfab2e text on a black background
contrast 9.52:1
Card sample
#cfab2e text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab2e;
Background color
Panel with #cfab2e background
background-color: #cfab2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab2e; background: linear-gradient(135deg, #cfab2e, #88CF2E);