#c8bf21
a balanced, vivid yellow · cool · closest name: gold
RGB
200, 191, 33
HSL
57°, 72%, 46%
CMYK
0, 5, 84, 22
Luminance
0.4965
Every format
| HEX | #c8bf21 |
| RGB | rgb(200, 191, 33) |
| HSL | hsl(57, 72%, 46%) |
| CMYK | cmyk(0%, 5%, 84%, 22%) |
| LAB | lab(75.9 -12.9 72.0) |
| LCH | lch(75.9 73.1 100.2) |
| OKLCH | oklch(0.787 0.161 106.0) |
Copy-ready code
/* CSS */
color: #c8bf21;
background-color: #c8bf21;
/* Tailwind (arbitrary) */
class="text-[#c8bf21] bg-[#c8bf21]"
/* SCSS */
$brand: #c8bf21;
/* SwiftUI */
Color(red: 0.784, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#c8bf21")Accessibility — WCAG contrast
Aa
#c8bf21 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8bf21 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green74.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow83.5%
Key (black)21.6%
Color previews
#c8bf21 text on a black background
contrast 10.93:1
Card sample
#c8bf21 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8bf21;
Background color
Panel with #c8bf21 background
background-color: #c8bf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8bf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8bf21; background: linear-gradient(135deg, #c8bf21, #62C821);