#cfad33
a balanced, vivid yellow · cool · closest name: olive
RGB
207, 173, 51
HSL
47°, 62%, 51%
CMYK
0, 16, 75, 19
Luminance
0.4339
Every format
| HEX | #cfad33 |
| RGB | rgb(207, 173, 51) |
| HSL | hsl(47, 62%, 51%) |
| CMYK | cmyk(0%, 16%, 75%, 19%) |
| LAB | lab(71.8 0.1 63.2) |
| LCH | lch(71.8 63.2 89.9) |
| OKLCH | oklch(0.757 0.139 92.6) |
Copy-ready code
/* CSS */
color: #cfad33;
background-color: #cfad33;
/* Tailwind (arbitrary) */
class="text-[#cfad33] bg-[#cfad33]"
/* SCSS */
$brand: #cfad33;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.200)
/* Android */
Color.parseColor("#cfad33")Accessibility — WCAG contrast
Aa
#cfad33 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfad33 on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow75.4%
Key (black)18.8%
Color previews
#cfad33 text on a black background
contrast 9.68:1
Card sample
#cfad33 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfad33;
Background color
Panel with #cfad33 background
background-color: #cfad33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfad33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfad33; background: linear-gradient(135deg, #cfad33, #89CF33);