#cb9f13
a dark, electric yellow · cool · closest name: orange
RGB
203, 159, 19
HSL
46°, 83%, 44%
CMYK
0, 22, 91, 20
Luminance
0.3754
Every format
| HEX | #cb9f13 |
| RGB | rgb(203, 159, 19) |
| HSL | hsl(46, 83%, 44%) |
| CMYK | cmyk(0%, 22%, 91%, 20%) |
| LAB | lab(67.7 4.9 68.6) |
| LCH | lch(67.7 68.7 85.9) |
| OKLCH | oklch(0.723 0.144 88.1) |
Copy-ready code
/* CSS */
color: #cb9f13;
background-color: #cb9f13;
/* Tailwind (arbitrary) */
class="text-[#cb9f13] bg-[#cb9f13]"
/* SCSS */
$brand: #cb9f13;
/* SwiftUI */
Color(red: 0.796, green: 0.624, blue: 0.075)
/* Android */
Color.parseColor("#cb9f13")Accessibility — WCAG contrast
Aa
#cb9f13 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9f13 on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow90.6%
Key (black)20.4%
Color previews
#cb9f13 text on a black background
contrast 8.51:1
Card sample
#cb9f13 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9f13;
Background color
Panel with #cb9f13 background
background-color: #cb9f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 159, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 159, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9f13; background: linear-gradient(135deg, #cb9f13, #7CCB13);