#c8af2f
a balanced, vivid yellow · cool · closest name: olive
RGB
200, 175, 47
HSL
50°, 62%, 48%
CMYK
0, 13, 77, 22
Luminance
0.4314
Every format
| HEX | #c8af2f |
| RGB | rgb(200, 175, 47) |
| HSL | hsl(50, 62%, 48%) |
| CMYK | cmyk(0%, 13%, 77%, 22%) |
| LAB | lab(71.7 -4.2 64.2) |
| LCH | lch(71.7 64.4 93.7) |
| OKLCH | oklch(0.754 0.142 97.5) |
Copy-ready code
/* CSS */
color: #c8af2f;
background-color: #c8af2f;
/* Tailwind (arbitrary) */
class="text-[#c8af2f] bg-[#c8af2f]"
/* SCSS */
$brand: #c8af2f;
/* SwiftUI */
Color(red: 0.784, green: 0.686, blue: 0.184)
/* Android */
Color.parseColor("#c8af2f")Accessibility — WCAG contrast
Aa
#c8af2f on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8af2f on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green68.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow76.5%
Key (black)21.6%
Color previews
#c8af2f text on a black background
contrast 9.63:1
Card sample
#c8af2f text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8af2f;
Background color
Panel with #c8af2f background
background-color: #c8af2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8af2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 175, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 175, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8af2f; background: linear-gradient(135deg, #c8af2f, #7BC82F);