#cd8f09
a dark, electric yellow · warm · closest name: orange
RGB
205, 143, 9
HSL
41°, 92%, 42%
CMYK
0, 30, 96, 20
Luminance
0.3264
Every format
| HEX | #cd8f09 |
| RGB | rgb(205, 143, 9) |
| HSL | hsl(41, 92%, 42%) |
| CMYK | cmyk(0%, 30%, 96%, 20%) |
| LAB | lab(63.9 14.3 67.5) |
| LCH | lch(63.9 69.0 78.1) |
| OKLCH | oklch(0.694 0.143 77.5) |
Copy-ready code
/* CSS */
color: #cd8f09;
background-color: #cd8f09;
/* Tailwind (arbitrary) */
class="text-[#cd8f09] bg-[#cd8f09]"
/* SCSS */
$brand: #cd8f09;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 0.035)
/* Android */
Color.parseColor("#cd8f09")Accessibility — WCAG contrast
Aa
#cd8f09 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8f09 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow95.6%
Key (black)19.6%
Color previews
#cd8f09 text on a black background
contrast 7.53:1
Card sample
#cd8f09 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8f09;
Background color
Panel with #cd8f09 background
background-color: #cd8f09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8f09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8f09; background: linear-gradient(135deg, #cd8f09, #89CD09);