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