#cb9513
a dark, electric yellow · warm · closest name: orange
RGB
203, 149, 19
HSL
42°, 83%, 44%
CMYK
0, 27, 91, 20
Luminance
0.3424
Every format
| HEX | #cb9513 |
| RGB | rgb(203, 149, 19) |
| HSL | hsl(42, 83%, 44%) |
| CMYK | cmyk(0%, 27%, 91%, 20%) |
| LAB | lab(65.2 10.3 66.6) |
| LCH | lch(65.2 67.4 81.2) |
| OKLCH | oklch(0.703 0.141 81.8) |
Copy-ready code
/* CSS */
color: #cb9513;
background-color: #cb9513;
/* Tailwind (arbitrary) */
class="text-[#cb9513] bg-[#cb9513]"
/* SCSS */
$brand: #cb9513;
/* SwiftUI */
Color(red: 0.796, green: 0.584, blue: 0.075)
/* Android */
Color.parseColor("#cb9513")Accessibility — WCAG contrast
Aa
#cb9513 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9513 on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green58.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow90.6%
Key (black)20.4%
Color previews
#cb9513 text on a black background
contrast 7.85:1
Card sample
#cb9513 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9513;
Background color
Panel with #cb9513 background
background-color: #cb9513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 149, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 149, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9513; background: linear-gradient(135deg, #cb9513, #86CB13);