#cf6641
a balanced, vivid orange · warm · closest name: sienna
RGB
207, 102, 65
HSL
16°, 60%, 53%
CMYK
0, 51, 69, 19
Luminance
0.2315
Every format
| HEX | #cf6641 |
| RGB | rgb(207, 102, 65) |
| HSL | hsl(16, 60%, 53%) |
| CMYK | cmyk(0%, 51%, 69%, 19%) |
| LAB | lab(55.2 38.8 39.7) |
| LCH | lch(55.2 55.5 45.7) |
| OKLCH | oklch(0.629 0.143 39.7) |
Copy-ready code
/* CSS */
color: #cf6641;
background-color: #cf6641;
/* Tailwind (arbitrary) */
class="text-[#cf6641] bg-[#cf6641]"
/* SCSS */
$brand: #cf6641;
/* SwiftUI */
Color(red: 0.812, green: 0.400, blue: 0.255)
/* Android */
Color.parseColor("#cf6641")Accessibility — WCAG contrast
Aa
#cf6641 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6641 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green40.0%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta50.7%
Yellow68.6%
Key (black)18.8%
Color previews
#cf6641 text on a black background
contrast 5.63:1
Card sample
#cf6641 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6641;
Background color
Panel with #cf6641 background
background-color: #cf6641;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6641;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 102, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 102, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6641; background: linear-gradient(135deg, #cf6641, #CFC541);