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