#cf536f
a balanced, vivid red · warm · closest name: salmon
RGB
207, 83, 111
HSL
347°, 56%, 57%
CMYK
0, 60, 46, 19
Luminance
0.2060
Every format
| HEX | #cf536f |
| RGB | rgb(207, 83, 111) |
| HSL | hsl(347, 56%, 57%) |
| CMYK | cmyk(0%, 60%, 46%, 19%) |
| LAB | lab(52.5 51.4 9.7) |
| LCH | lch(52.5 52.3 10.7) |
| OKLCH | oklch(0.611 0.158 9.2) |
Copy-ready code
/* CSS */
color: #cf536f;
background-color: #cf536f;
/* Tailwind (arbitrary) */
class="text-[#cf536f] bg-[#cf536f]"
/* SCSS */
$brand: #cf536f;
/* SwiftUI */
Color(red: 0.812, green: 0.325, blue: 0.435)
/* Android */
Color.parseColor("#cf536f")Accessibility — WCAG contrast
Aa
#cf536f on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf536f on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta59.9%
Yellow46.4%
Key (black)18.8%
Color previews
#cf536f text on a black background
contrast 5.12:1
Card sample
#cf536f text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf536f;
Background color
Panel with #cf536f background
background-color: #cf536f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf536f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 83, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 83, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf536f; background: linear-gradient(135deg, #cf536f, #CF8A53);