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