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