#cf5259
a balanced, vivid red · warm · closest name: salmon
RGB
207, 82, 89
HSL
357°, 57%, 57%
CMYK
0, 60, 57, 19
Luminance
0.2002
Every format
| HEX | #cf5259 |
| RGB | rgb(207, 82, 89) |
| HSL | hsl(357, 57%, 57%) |
| CMYK | cmyk(0%, 60%, 57%, 19%) |
| LAB | lab(51.9 50.0 21.9) |
| LCH | lch(51.9 54.6 23.7) |
| OKLCH | oklch(0.604 0.159 19.9) |
Copy-ready code
/* CSS */
color: #cf5259;
background-color: #cf5259;
/* Tailwind (arbitrary) */
class="text-[#cf5259] bg-[#cf5259]"
/* SCSS */
$brand: #cf5259;
/* SwiftUI */
Color(red: 0.812, green: 0.322, blue: 0.349)
/* Android */
Color.parseColor("#cf5259")Accessibility — WCAG contrast
Aa
#cf5259 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5259 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.2%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow57.0%
Key (black)18.8%
Color previews
#cf5259 text on a black background
contrast 5.00:1
Card sample
#cf5259 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5259;
Background color
Panel with #cf5259 background
background-color: #cf5259;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5259;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 82, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 82, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5259; background: linear-gradient(135deg, #cf5259, #CF9E52);