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