#cf5261
a balanced, vivid red · warm · closest name: salmon
RGB
207, 82, 97
HSL
353°, 57%, 57%
CMYK
0, 60, 53, 19
Luminance
0.2016
Every format
| HEX | #cf5261 |
| RGB | rgb(207, 82, 97) |
| HSL | hsl(353, 57%, 57%) |
| CMYK | cmyk(0%, 60%, 53%, 19%) |
| LAB | lab(52.0 50.6 17.4) |
| LCH | lch(52.0 53.5 18.9) |
| OKLCH | oklch(0.606 0.158 16.0) |
Copy-ready code
/* CSS */
color: #cf5261;
background-color: #cf5261;
/* Tailwind (arbitrary) */
class="text-[#cf5261] bg-[#cf5261]"
/* SCSS */
$brand: #cf5261;
/* SwiftUI */
Color(red: 0.812, green: 0.322, blue: 0.380)
/* Android */
Color.parseColor("#cf5261")Accessibility — WCAG contrast
Aa
#cf5261 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5261 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.2%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow53.1%
Key (black)18.8%
Color previews
#cf5261 text on a black background
contrast 5.03:1
Card sample
#cf5261 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5261;
Background color
Panel with #cf5261 background
background-color: #cf5261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 82, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 82, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5261; background: linear-gradient(135deg, #cf5261, #CF9652);