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