#cf511a
a balanced, electric orange · warm · closest name: chocolate
RGB
207, 81, 26
HSL
18°, 78%, 46%
CMYK
0, 61, 87, 19
Luminance
0.1922
Every format
| HEX | #cf511a |
| RGB | rgb(207, 81, 26) |
| HSL | hsl(18, 78%, 46%) |
| CMYK | cmyk(0%, 61%, 87%, 19%) |
| LAB | lab(51.0 47.5 53.9) |
| LCH | lch(51.0 71.8 48.6) |
| OKLCH | oklch(0.595 0.172 40.6) |
Copy-ready code
/* CSS */
color: #cf511a;
background-color: #cf511a;
/* Tailwind (arbitrary) */
class="text-[#cf511a] bg-[#cf511a]"
/* SCSS */
$brand: #cf511a;
/* SwiftUI */
Color(red: 0.812, green: 0.318, blue: 0.102)
/* Android */
Color.parseColor("#cf511a")Accessibility — WCAG contrast
Aa
#cf511a on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf511a on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.8%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow87.4%
Key (black)18.8%
Color previews
#cf511a text on a black background
contrast 4.84:1
Card sample
#cf511a text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf511a;
Background color
Panel with #cf511a background
background-color: #cf511a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf511a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 81, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 81, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf511a; background: linear-gradient(135deg, #cf511a, #CFCA1A);