#cf7650
a balanced, vivid orange · warm · closest name: sienna
RGB
207, 118, 80
HSL
18°, 57%, 56%
CMYK
0, 43, 61, 19
Luminance
0.2680
Every format
| HEX | #cf7650 |
| RGB | rgb(207, 118, 80) |
| HSL | hsl(18, 57%, 56%) |
| CMYK | cmyk(0%, 43%, 61%, 19%) |
| LAB | lab(58.8 31.4 35.8) |
| LCH | lch(58.8 47.6 48.8) |
| OKLCH | oklch(0.656 0.123 43.3) |
Copy-ready code
/* CSS */
color: #cf7650;
background-color: #cf7650;
/* Tailwind (arbitrary) */
class="text-[#cf7650] bg-[#cf7650]"
/* SCSS */
$brand: #cf7650;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.314)
/* Android */
Color.parseColor("#cf7650")Accessibility — WCAG contrast
Aa
#cf7650 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7650 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow61.4%
Key (black)18.8%
Color previews
#cf7650 text on a black background
contrast 6.36:1
Card sample
#cf7650 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7650;
Background color
Panel with #cf7650 background
background-color: #cf7650;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7650;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7650; background: linear-gradient(135deg, #cf7650, #CFCB50);