#cfab43
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 171, 67
HSL
45°, 59%, 54%
CMYK
0, 17, 68, 19
Luminance
0.4280
Every format
| HEX | #cfab43 |
| RGB | rgb(207, 171, 67) |
| HSL | hsl(45, 59%, 54%) |
| CMYK | cmyk(0%, 17%, 68%, 19%) |
| LAB | lab(71.4 1.9 56.5) |
| LCH | lch(71.4 56.5 88.0) |
| OKLCH | oklch(0.754 0.127 89.7) |
Copy-ready code
/* CSS */
color: #cfab43;
background-color: #cfab43;
/* Tailwind (arbitrary) */
class="text-[#cfab43] bg-[#cfab43]"
/* SCSS */
$brand: #cfab43;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.263)
/* Android */
Color.parseColor("#cfab43")Accessibility — WCAG contrast
Aa
#cfab43 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab43 on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow67.6%
Key (black)18.8%
Color previews
#cfab43 text on a black background
contrast 9.56:1
Card sample
#cfab43 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab43;
Background color
Panel with #cfab43 background
background-color: #cfab43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab43; background: linear-gradient(135deg, #cfab43, #96CF43);