#cf910d
a dark, electric yellow · warm · closest name: orange
RGB
207, 145, 13
HSL
41°, 88%, 43%
CMYK
0, 30, 94, 19
Luminance
0.3355
Every format
| HEX | #cf910d |
| RGB | rgb(207, 145, 13) |
| HSL | hsl(41, 88%, 43%) |
| CMYK | cmyk(0%, 30%, 94%, 19%) |
| LAB | lab(64.6 14.1 67.5) |
| LCH | lch(64.6 69.0 78.2) |
| OKLCH | oklch(0.700 0.144 77.7) |
Copy-ready code
/* CSS */
color: #cf910d;
background-color: #cf910d;
/* Tailwind (arbitrary) */
class="text-[#cf910d] bg-[#cf910d]"
/* SCSS */
$brand: #cf910d;
/* SwiftUI */
Color(red: 0.812, green: 0.569, blue: 0.051)
/* Android */
Color.parseColor("#cf910d")Accessibility — WCAG contrast
Aa
#cf910d on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf910d on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.9%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow93.7%
Key (black)18.8%
Color previews
#cf910d text on a black background
contrast 7.71:1
Card sample
#cf910d text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf910d;
Background color
Panel with #cf910d background
background-color: #cf910d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf910d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 145, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 145, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf910d; background: linear-gradient(135deg, #cf910d, #8CCF0D);