#cd910b
a dark, electric yellow · warm · closest name: orange
RGB
205, 145, 11
HSL
41°, 90%, 42%
CMYK
0, 29, 95, 20
Luminance
0.3325
Every format
| HEX | #cd910b |
| RGB | rgb(205, 145, 11) |
| HSL | hsl(41, 90%, 42%) |
| CMYK | cmyk(0%, 29%, 95%, 20%) |
| LAB | lab(64.4 13.2 67.6) |
| LCH | lch(64.4 68.8 78.9) |
| OKLCH | oklch(0.698 0.143 78.7) |
Copy-ready code
/* CSS */
color: #cd910b;
background-color: #cd910b;
/* Tailwind (arbitrary) */
class="text-[#cd910b] bg-[#cd910b]"
/* SCSS */
$brand: #cd910b;
/* SwiftUI */
Color(red: 0.804, green: 0.569, blue: 0.043)
/* Android */
Color.parseColor("#cd910b")Accessibility — WCAG contrast
Aa
#cd910b on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd910b on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.9%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta29.3%
Yellow94.6%
Key (black)19.6%
Color previews
#cd910b text on a black background
contrast 7.65:1
Card sample
#cd910b text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd910b;
Background color
Panel with #cd910b background
background-color: #cd910b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd910b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 145, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 145, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd910b; background: linear-gradient(135deg, #cd910b, #88CD0B);