#cf7553
a balanced, vivid orange · warm · closest name: sienna
RGB
207, 117, 83
HSL
17°, 56%, 57%
CMYK
0, 44, 60, 19
Luminance
0.2661
Every format
| HEX | #cf7553 |
| RGB | rgb(207, 117, 83) |
| HSL | hsl(17, 56%, 57%) |
| CMYK | cmyk(0%, 44%, 60%, 19%) |
| LAB | lab(58.6 32.1 34.0) |
| LCH | lch(58.6 46.8 46.6) |
| OKLCH | oklch(0.655 0.123 41.2) |
Copy-ready code
/* CSS */
color: #cf7553;
background-color: #cf7553;
/* Tailwind (arbitrary) */
class="text-[#cf7553] bg-[#cf7553]"
/* SCSS */
$brand: #cf7553;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.325)
/* Android */
Color.parseColor("#cf7553")Accessibility — WCAG contrast
Aa
#cf7553 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7553 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.9%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow59.9%
Key (black)18.8%
Color previews
#cf7553 text on a black background
contrast 6.32:1
Card sample
#cf7553 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7553;
Background color
Panel with #cf7553 background
background-color: #cf7553;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7553;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 117, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7553; background: linear-gradient(135deg, #cf7553, #CFC853);