#cfac44
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 172, 68
HSL
45°, 59%, 54%
CMYK
0, 17, 67, 19
Luminance
0.4319
Every format
| HEX | #cfac44 |
| RGB | rgb(207, 172, 68) |
| HSL | hsl(45, 59%, 54%) |
| CMYK | cmyk(0%, 17%, 67%, 19%) |
| LAB | lab(71.7 1.5 56.3) |
| LCH | lch(71.7 56.3 88.5) |
| OKLCH | oklch(0.756 0.127 90.2) |
Copy-ready code
/* CSS */
color: #cfac44;
background-color: #cfac44;
/* Tailwind (arbitrary) */
class="text-[#cfac44] bg-[#cfac44]"
/* SCSS */
$brand: #cfac44;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.267)
/* Android */
Color.parseColor("#cfac44")Accessibility — WCAG contrast
Aa
#cfac44 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac44 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow67.1%
Key (black)18.8%
Color previews
#cfac44 text on a black background
contrast 9.64:1
Card sample
#cfac44 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac44;
Background color
Panel with #cfac44 background
background-color: #cfac44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac44; background: linear-gradient(135deg, #cfac44, #95CF44);