#cf9014
a dark, electric orange · warm · closest name: orange
RGB
207, 144, 20
HSL
40°, 82%, 45%
CMYK
0, 30, 90, 19
Luminance
0.3326
Every format
| HEX | #cf9014 |
| RGB | rgb(207, 144, 20) |
| HSL | hsl(40, 82%, 45%) |
| CMYK | cmyk(0%, 30%, 90%, 19%) |
| LAB | lab(64.4 14.8 66.0) |
| LCH | lch(64.4 67.7 77.4) |
| OKLCH | oklch(0.698 0.142 76.6) |
Copy-ready code
/* CSS */
color: #cf9014;
background-color: #cf9014;
/* Tailwind (arbitrary) */
class="text-[#cf9014] bg-[#cf9014]"
/* SCSS */
$brand: #cf9014;
/* SwiftUI */
Color(red: 0.812, green: 0.565, blue: 0.078)
/* Android */
Color.parseColor("#cf9014")Accessibility — WCAG contrast
Aa
#cf9014 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9014 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.5%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow90.3%
Key (black)18.8%
Color previews
#cf9014 text on a black background
contrast 7.65:1
Card sample
#cf9014 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9014;
Background color
Panel with #cf9014 background
background-color: #cf9014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 144, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 144, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9014; background: linear-gradient(135deg, #cf9014, #91CF14);