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