#c0b821
a dark, vivid yellow · cool · closest name: gold
RGB
192, 184, 33
HSL
57°, 71%, 44%
CMYK
0, 4, 83, 25
Luminance
0.4560
Every format
| HEX | #c0b821 |
| RGB | rgb(192, 184, 33) |
| HSL | hsl(57, 71%, 44%) |
| CMYK | cmyk(0%, 4%, 83%, 25%) |
| LAB | lab(73.3 -12.8 69.6) |
| LCH | lch(73.3 70.7 100.4) |
| OKLCH | oklch(0.765 0.156 106.2) |
Copy-ready code
/* CSS */
color: #c0b821;
background-color: #c0b821;
/* Tailwind (arbitrary) */
class="text-[#c0b821] bg-[#c0b821]"
/* SCSS */
$brand: #c0b821;
/* SwiftUI */
Color(red: 0.753, green: 0.722, blue: 0.129)
/* Android */
Color.parseColor("#c0b821")Accessibility — WCAG contrast
Aa
#c0b821 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0b821 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green72.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow82.8%
Key (black)24.7%
Color previews
#c0b821 text on a black background
contrast 10.12:1
Card sample
#c0b821 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0b821;
Background color
Panel with #c0b821 background
background-color: #c0b821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0b821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 184, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 184, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0b821; background: linear-gradient(135deg, #c0b821, #5EC021);