#cd9513
a dark, electric yellow · warm · closest name: orange
RGB
205, 149, 19
HSL
42°, 83%, 44%
CMYK
0, 27, 91, 20
Luminance
0.3452
Every format
| HEX | #cd9513 |
| RGB | rgb(205, 149, 19) |
| HSL | hsl(42, 83%, 44%) |
| CMYK | cmyk(0%, 27%, 91%, 20%) |
| LAB | lab(65.4 11.2 66.9) |
| LCH | lch(65.4 67.8 80.5) |
| OKLCH | oklch(0.706 0.142 80.8) |
Copy-ready code
/* CSS */
color: #cd9513;
background-color: #cd9513;
/* Tailwind (arbitrary) */
class="text-[#cd9513] bg-[#cd9513]"
/* SCSS */
$brand: #cd9513;
/* SwiftUI */
Color(red: 0.804, green: 0.584, blue: 0.075)
/* Android */
Color.parseColor("#cd9513")Accessibility — WCAG contrast
Aa
#cd9513 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9513 on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green58.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow90.7%
Key (black)19.6%
Color previews
#cd9513 text on a black background
contrast 7.90:1
Card sample
#cd9513 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9513;
Background color
Panel with #cd9513 background
background-color: #cd9513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 149, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 149, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9513; background: linear-gradient(135deg, #cd9513, #89CD13);