#cf9413
a dark, electric yellow · warm · closest name: orange
RGB
207, 148, 19
HSL
41°, 83%, 44%
CMYK
0, 29, 91, 19
Luminance
0.3449
Every format
| HEX | #cf9413 |
| RGB | rgb(207, 148, 19) |
| HSL | hsl(41, 83%, 44%) |
| CMYK | cmyk(0%, 29%, 91%, 19%) |
| LAB | lab(65.3 12.6 67.0) |
| LCH | lch(65.3 68.2 79.4) |
| OKLCH | oklch(0.706 0.143 79.3) |
Copy-ready code
/* CSS */
color: #cf9413;
background-color: #cf9413;
/* Tailwind (arbitrary) */
class="text-[#cf9413] bg-[#cf9413]"
/* SCSS */
$brand: #cf9413;
/* SwiftUI */
Color(red: 0.812, green: 0.580, blue: 0.075)
/* Android */
Color.parseColor("#cf9413")Accessibility — WCAG contrast
Aa
#cf9413 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9413 on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow90.8%
Key (black)18.8%
Color previews
#cf9413 text on a black background
contrast 7.90:1
Card sample
#cf9413 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9413;
Background color
Panel with #cf9413 background
background-color: #cf9413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 148, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 148, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9413; background: linear-gradient(135deg, #cf9413, #8DCF13);