#cf9913
a dark, electric yellow · warm · closest name: orange
RGB
207, 153, 19
HSL
43°, 83%, 44%
CMYK
0, 26, 91, 19
Luminance
0.3609
Every format
| HEX | #cf9913 |
| RGB | rgb(207, 153, 19) |
| HSL | hsl(43, 83%, 44%) |
| CMYK | cmyk(0%, 26%, 91%, 19%) |
| LAB | lab(66.6 9.9 67.9) |
| LCH | lch(66.6 68.6 81.7) |
| OKLCH | oklch(0.716 0.144 82.5) |
Copy-ready code
/* CSS */
color: #cf9913;
background-color: #cf9913;
/* Tailwind (arbitrary) */
class="text-[#cf9913] bg-[#cf9913]"
/* SCSS */
$brand: #cf9913;
/* SwiftUI */
Color(red: 0.812, green: 0.600, blue: 0.075)
/* Android */
Color.parseColor("#cf9913")Accessibility — WCAG contrast
Aa
#cf9913 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9913 on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow90.8%
Key (black)18.8%
Color previews
#cf9913 text on a black background
contrast 8.22:1
Card sample
#cf9913 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9913;
Background color
Panel with #cf9913 background
background-color: #cf9913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 153, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 153, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9913; background: linear-gradient(135deg, #cf9913, #88CF13);