#cd9113
a dark, electric yellow · warm · closest name: orange
RGB
205, 145, 19
HSL
41°, 83%, 44%
CMYK
0, 29, 91, 20
Luminance
0.3328
Every format
| HEX | #cd9113 |
| RGB | rgb(205, 145, 19) |
| HSL | hsl(41, 83%, 44%) |
| CMYK | cmyk(0%, 29%, 91%, 20%) |
| LAB | lab(64.4 13.3 66.2) |
| LCH | lch(64.4 67.5 78.6) |
| OKLCH | oklch(0.698 0.141 78.2) |
Copy-ready code
/* CSS */
color: #cd9113;
background-color: #cd9113;
/* Tailwind (arbitrary) */
class="text-[#cd9113] bg-[#cd9113]"
/* SCSS */
$brand: #cd9113;
/* SwiftUI */
Color(red: 0.804, green: 0.569, blue: 0.075)
/* Android */
Color.parseColor("#cd9113")Accessibility — WCAG contrast
Aa
#cd9113 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9113 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta29.3%
Yellow90.7%
Key (black)19.6%
Color previews
#cd9113 text on a black background
contrast 7.66:1
Card sample
#cd9113 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9113;
Background color
Panel with #cd9113 background
background-color: #cd9113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 145, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 145, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9113; background: linear-gradient(135deg, #cd9113, #8DCD13);