#cf7150
a balanced, vivid orange · warm · closest name: sienna
RGB
207, 113, 80
HSL
16°, 57%, 56%
CMYK
0, 45, 61, 19
Luminance
0.2565
Every format
| HEX | #cf7150 |
| RGB | rgb(207, 113, 80) |
| HSL | hsl(16, 57%, 56%) |
| CMYK | cmyk(0%, 45%, 61%, 19%) |
| LAB | lab(57.7 34.0 34.5) |
| LCH | lch(57.7 48.5 45.4) |
| OKLCH | oklch(0.648 0.128 39.9) |
Copy-ready code
/* CSS */
color: #cf7150;
background-color: #cf7150;
/* Tailwind (arbitrary) */
class="text-[#cf7150] bg-[#cf7150]"
/* SCSS */
$brand: #cf7150;
/* SwiftUI */
Color(red: 0.812, green: 0.443, blue: 0.314)
/* Android */
Color.parseColor("#cf7150")Accessibility — WCAG contrast
Aa
#cf7150 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7150 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green44.3%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta45.4%
Yellow61.4%
Key (black)18.8%
Color previews
#cf7150 text on a black background
contrast 6.13:1
Card sample
#cf7150 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7150;
Background color
Panel with #cf7150 background
background-color: #cf7150;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7150;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 113, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 113, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7150; background: linear-gradient(135deg, #cf7150, #CFC650);