#cf6f4e
a balanced, vivid orange · warm · closest name: sienna
RGB
207, 111, 78
HSL
15°, 57%, 56%
CMYK
0, 46, 62, 19
Luminance
0.2518
Every format
| HEX | #cf6f4e |
| RGB | rgb(207, 111, 78) |
| HSL | hsl(15, 57%, 56%) |
| CMYK | cmyk(0%, 46%, 62%, 19%) |
| LAB | lab(57.3 34.9 35.1) |
| LCH | lch(57.3 49.5 45.1) |
| OKLCH | oklch(0.645 0.130 39.5) |
Copy-ready code
/* CSS */
color: #cf6f4e;
background-color: #cf6f4e;
/* Tailwind (arbitrary) */
class="text-[#cf6f4e] bg-[#cf6f4e]"
/* SCSS */
$brand: #cf6f4e;
/* SwiftUI */
Color(red: 0.812, green: 0.435, blue: 0.306)
/* Android */
Color.parseColor("#cf6f4e")Accessibility — WCAG contrast
Aa
#cf6f4e on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6f4e on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.5%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow62.3%
Key (black)18.8%
Color previews
#cf6f4e text on a black background
contrast 6.04:1
Card sample
#cf6f4e text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6f4e;
Background color
Panel with #cf6f4e background
background-color: #cf6f4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6f4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 111, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 111, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6f4e; background: linear-gradient(135deg, #cf6f4e, #CFC54E);