#c8bb21
a balanced, vivid yellow · cool · closest name: gold
RGB
200, 187, 33
HSL
55°, 72%, 46%
CMYK
0, 7, 84, 22
Luminance
0.4793
Every format
| HEX | #c8bb21 |
| RGB | rgb(200, 187, 33) |
| HSL | hsl(55, 72%, 46%) |
| CMYK | cmyk(0%, 7%, 84%, 22%) |
| LAB | lab(74.8 -10.9 71.1) |
| LCH | lch(74.8 71.9 98.7) |
| OKLCH | oklch(0.779 0.157 104.2) |
Copy-ready code
/* CSS */
color: #c8bb21;
background-color: #c8bb21;
/* Tailwind (arbitrary) */
class="text-[#c8bb21] bg-[#c8bb21]"
/* SCSS */
$brand: #c8bb21;
/* SwiftUI */
Color(red: 0.784, green: 0.733, blue: 0.129)
/* Android */
Color.parseColor("#c8bb21")Accessibility — WCAG contrast
Aa
#c8bb21 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8bb21 on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green73.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta6.5%
Yellow83.5%
Key (black)21.6%
Color previews
#c8bb21 text on a black background
contrast 10.59:1
Card sample
#c8bb21 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8bb21;
Background color
Panel with #c8bb21 background
background-color: #c8bb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8bb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 187, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 187, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8bb21; background: linear-gradient(135deg, #c8bb21, #66C821);