#cfac28
a balanced, vivid yellow · cool · closest name: olive
RGB
207, 172, 40
HSL
47°, 68%, 48%
CMYK
0, 17, 81, 19
Luminance
0.4292
Every format
| HEX | #cfac28 |
| RGB | rgb(207, 172, 40) |
| HSL | hsl(47, 68%, 48%) |
| CMYK | cmyk(0%, 17%, 81%, 19%) |
| LAB | lab(71.5 0.2 66.6) |
| LCH | lch(71.5 66.6 89.8) |
| OKLCH | oklch(0.754 0.144 92.8) |
Copy-ready code
/* CSS */
color: #cfac28;
background-color: #cfac28;
/* Tailwind (arbitrary) */
class="text-[#cfac28] bg-[#cfac28]"
/* SCSS */
$brand: #cfac28;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.157)
/* Android */
Color.parseColor("#cfac28")Accessibility — WCAG contrast
Aa
#cfac28 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac28 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow80.7%
Key (black)18.8%
Color previews
#cfac28 text on a black background
contrast 9.58:1
Card sample
#cfac28 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac28;
Background color
Panel with #cfac28 background
background-color: #cfac28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac28; background: linear-gradient(135deg, #cfac28, #83CF28);