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