#cf5652
a balanced, vivid red · warm · closest name: salmon
RGB
207, 86, 82
HSL
2°, 57%, 57%
CMYK
0, 59, 60, 19
Luminance
0.2053
Every format
| HEX | #cf5652 |
| RGB | rgb(207, 86, 82) |
| HSL | hsl(2, 57%, 57%) |
| CMYK | cmyk(0%, 59%, 60%, 19%) |
| LAB | lab(52.4 47.6 26.8) |
| LCH | lch(52.4 54.6 29.3) |
| OKLCH | oklch(0.608 0.155 24.7) |
Copy-ready code
/* CSS */
color: #cf5652;
background-color: #cf5652;
/* Tailwind (arbitrary) */
class="text-[#cf5652] bg-[#cf5652]"
/* SCSS */
$brand: #cf5652;
/* SwiftUI */
Color(red: 0.812, green: 0.337, blue: 0.322)
/* Android */
Color.parseColor("#cf5652")Accessibility — WCAG contrast
Aa
#cf5652 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5652 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green33.7%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow60.4%
Key (black)18.8%
Color previews
#cf5652 text on a black background
contrast 5.11:1
Card sample
#cf5652 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5652;
Background color
Panel with #cf5652 background
background-color: #cf5652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 86, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 86, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5652; background: linear-gradient(135deg, #cf5652, #CFA952);