#cbbf13
a dark, electric yellow · cool · closest name: gold
RGB
203, 191, 19
HSL
56°, 83%, 44%
CMYK
0, 6, 91, 20
Luminance
0.5001
Every format
| HEX | #cbbf13 |
| RGB | rgb(203, 191, 19) |
| HSL | hsl(56, 83%, 44%) |
| CMYK | cmyk(0%, 6%, 91%, 20%) |
| LAB | lab(76.1 -11.9 75.0) |
| LCH | lch(76.1 76.0 99.0) |
| OKLCH | oklch(0.790 0.164 104.9) |
Copy-ready code
/* CSS */
color: #cbbf13;
background-color: #cbbf13;
/* Tailwind (arbitrary) */
class="text-[#cbbf13] bg-[#cbbf13]"
/* SCSS */
$brand: #cbbf13;
/* SwiftUI */
Color(red: 0.796, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#cbbf13")Accessibility — WCAG contrast
Aa
#cbbf13 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbf13 on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green74.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow90.6%
Key (black)20.4%
Color previews
#cbbf13 text on a black background
contrast 11.00:1
Card sample
#cbbf13 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbf13;
Background color
Panel with #cbbf13 background
background-color: #cbbf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbf13; background: linear-gradient(135deg, #cbbf13, #5CCB13);