#cf515b
a balanced, vivid red · warm · closest name: salmon
RGB
207, 81, 91
HSL
355°, 57%, 57%
CMYK
0, 61, 56, 19
Luminance
0.1991
Every format
| HEX | #cf515b |
| RGB | rgb(207, 81, 91) |
| HSL | hsl(355, 57%, 57%) |
| CMYK | cmyk(0%, 61%, 56%, 19%) |
| LAB | lab(51.7 50.6 20.6) |
| LCH | lch(51.7 54.6 22.1) |
| OKLCH | oklch(0.604 0.160 18.6) |
Copy-ready code
/* CSS */
color: #cf515b;
background-color: #cf515b;
/* Tailwind (arbitrary) */
class="text-[#cf515b] bg-[#cf515b]"
/* SCSS */
$brand: #cf515b;
/* SwiftUI */
Color(red: 0.812, green: 0.318, blue: 0.357)
/* Android */
Color.parseColor("#cf515b")Accessibility — WCAG contrast
Aa
#cf515b on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf515b on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.8%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow56.0%
Key (black)18.8%
Color previews
#cf515b text on a black background
contrast 4.98:1
Card sample
#cf515b text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf515b;
Background color
Panel with #cf515b background
background-color: #cf515b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf515b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 81, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 81, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf515b; background: linear-gradient(135deg, #cf515b, #CF9B51);