#c9be21
a balanced, vivid yellow · cool · closest name: gold
RGB
201, 190, 33
HSL
56°, 72%, 46%
CMYK
0, 6, 84, 21
Luminance
0.4935
Every format
| HEX | #c9be21 |
| RGB | rgb(201, 190, 33) |
| HSL | hsl(56, 72%, 46%) |
| CMYK | cmyk(0%, 6%, 84%, 21%) |
| LAB | lab(75.7 -12.0 71.9) |
| LCH | lch(75.7 72.9 99.5) |
| OKLCH | oklch(0.786 0.160 105.1) |
Copy-ready code
/* CSS */
color: #c9be21;
background-color: #c9be21;
/* Tailwind (arbitrary) */
class="text-[#c9be21] bg-[#c9be21]"
/* SCSS */
$brand: #c9be21;
/* SwiftUI */
Color(red: 0.788, green: 0.745, blue: 0.129)
/* Android */
Color.parseColor("#c9be21")Accessibility — WCAG contrast
Aa
#c9be21 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9be21 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green74.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow83.6%
Key (black)21.2%
Color previews
#c9be21 text on a black background
contrast 10.87:1
Card sample
#c9be21 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9be21;
Background color
Panel with #c9be21 background
background-color: #c9be21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9be21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 190, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 190, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9be21; background: linear-gradient(135deg, #c9be21, #64C921);