#cf640b
a dark, electric orange · warm · closest name: chocolate
RGB
207, 100, 11
HSL
27°, 90%, 43%
CMYK
0, 52, 95, 19
Luminance
0.2240
Every format
| HEX | #cf640b |
| RGB | rgb(207, 100, 11) |
| HSL | hsl(27, 90%, 43%) |
| CMYK | cmyk(0%, 52%, 95%, 19%) |
| LAB | lab(54.5 38.1 60.8) |
| LCH | lch(54.5 71.7 57.9) |
| OKLCH | oklch(0.622 0.159 50.8) |
Copy-ready code
/* CSS */
color: #cf640b;
background-color: #cf640b;
/* Tailwind (arbitrary) */
class="text-[#cf640b] bg-[#cf640b]"
/* SCSS */
$brand: #cf640b;
/* SwiftUI */
Color(red: 0.812, green: 0.392, blue: 0.043)
/* Android */
Color.parseColor("#cf640b")Accessibility — WCAG contrast
Aa
#cf640b on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf640b on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.2%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow94.7%
Key (black)18.8%
Color previews
#cf640b text on a black background
contrast 5.48:1
Card sample
#cf640b text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf640b;
Background color
Panel with #cf640b background
background-color: #cf640b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf640b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 100, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 100, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf640b; background: linear-gradient(135deg, #cf640b, #B7CF0B);