#cf554f
a balanced, vivid red · warm · closest name: salmon
RGB
207, 85, 79
HSL
3°, 57%, 56%
CMYK
0, 59, 62, 19
Luminance
0.2033
Every format
| HEX | #cf554f |
| RGB | rgb(207, 85, 79) |
| HSL | hsl(3, 57%, 56%) |
| CMYK | cmyk(0%, 59%, 62%, 19%) |
| LAB | lab(52.2 47.9 28.2) |
| LCH | lch(52.2 55.6 30.5) |
| OKLCH | oklch(0.606 0.156 25.6) |
Copy-ready code
/* CSS */
color: #cf554f;
background-color: #cf554f;
/* Tailwind (arbitrary) */
class="text-[#cf554f] bg-[#cf554f]"
/* SCSS */
$brand: #cf554f;
/* SwiftUI */
Color(red: 0.812, green: 0.333, blue: 0.310)
/* Android */
Color.parseColor("#cf554f")Accessibility — WCAG contrast
Aa
#cf554f on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf554f on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green33.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow61.8%
Key (black)18.8%
Color previews
#cf554f text on a black background
contrast 5.07:1
Card sample
#cf554f text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf554f;
Background color
Panel with #cf554f background
background-color: #cf554f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf554f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 85, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 85, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf554f; background: linear-gradient(135deg, #cf554f, #CFAA4F);