#cf751a
a balanced, electric orange · warm · closest name: chocolate
RGB
207, 117, 26
HSL
30°, 78%, 46%
CMYK
0, 44, 87, 19
Luminance
0.2606
Every format
| HEX | #cf751a |
| RGB | rgb(207, 117, 26) |
| HSL | hsl(30, 78%, 46%) |
| CMYK | cmyk(0%, 44%, 87%, 19%) |
| LAB | lab(58.1 29.5 59.6) |
| LCH | lch(58.1 66.5 63.7) |
| OKLCH | oklch(0.650 0.146 58.6) |
Copy-ready code
/* CSS */
color: #cf751a;
background-color: #cf751a;
/* Tailwind (arbitrary) */
class="text-[#cf751a] bg-[#cf751a]"
/* SCSS */
$brand: #cf751a;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.102)
/* Android */
Color.parseColor("#cf751a")Accessibility — WCAG contrast
Aa
#cf751a on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf751a on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.9%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow87.4%
Key (black)18.8%
Color previews
#cf751a text on a black background
contrast 6.21:1
Card sample
#cf751a text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf751a;
Background color
Panel with #cf751a background
background-color: #cf751a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf751a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 117, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf751a; background: linear-gradient(135deg, #cf751a, #B0CF1A);