#cfac34
a balanced, vivid yellow · cool · closest name: olive
RGB
207, 172, 52
HSL
47°, 62%, 51%
CMYK
0, 17, 75, 19
Luminance
0.4302
Every format
| HEX | #cfac34 |
| RGB | rgb(207, 172, 52) |
| HSL | hsl(47, 62%, 51%) |
| CMYK | cmyk(0%, 17%, 75%, 19%) |
| LAB | lab(71.6 0.7 62.6) |
| LCH | lch(71.6 62.6 89.4) |
| OKLCH | oklch(0.755 0.138 91.9) |
Copy-ready code
/* CSS */
color: #cfac34;
background-color: #cfac34;
/* Tailwind (arbitrary) */
class="text-[#cfac34] bg-[#cfac34]"
/* SCSS */
$brand: #cfac34;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.204)
/* Android */
Color.parseColor("#cfac34")Accessibility — WCAG contrast
Aa
#cfac34 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac34 on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow74.9%
Key (black)18.8%
Color previews
#cfac34 text on a black background
contrast 9.60:1
Card sample
#cfac34 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac34;
Background color
Panel with #cfac34 background
background-color: #cfac34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac34; background: linear-gradient(135deg, #cfac34, #8BCF34);