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