#cf6552
a balanced, vivid red · warm · closest name: salmon
RGB
207, 101, 82
HSL
9°, 57%, 57%
CMYK
0, 51, 60, 19
Luminance
0.2318
Every format
| HEX | #cf6552 |
| RGB | rgb(207, 101, 82) |
| HSL | hsl(9, 57%, 57%) |
| CMYK | cmyk(0%, 51%, 60%, 19%) |
| LAB | lab(55.3 40.4 30.4) |
| LCH | lch(55.3 50.5 37.0) |
| OKLCH | oklch(0.630 0.138 31.7) |
Copy-ready code
/* CSS */
color: #cf6552;
background-color: #cf6552;
/* Tailwind (arbitrary) */
class="text-[#cf6552] bg-[#cf6552]"
/* SCSS */
$brand: #cf6552;
/* SwiftUI */
Color(red: 0.812, green: 0.396, blue: 0.322)
/* Android */
Color.parseColor("#cf6552")Accessibility — WCAG contrast
Aa
#cf6552 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6552 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.6%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow60.4%
Key (black)18.8%
Color previews
#cf6552 text on a black background
contrast 5.64:1
Card sample
#cf6552 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6552;
Background color
Panel with #cf6552 background
background-color: #cf6552;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6552;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 101, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 101, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6552; background: linear-gradient(135deg, #cf6552, #CFB852);