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