#cf6458
a balanced, vivid red · warm · closest name: salmon
RGB
207, 100, 88
HSL
6°, 55%, 58%
CMYK
0, 52, 58, 19
Luminance
0.2308
Every format
| HEX | #cf6458 |
| RGB | rgb(207, 100, 88) |
| HSL | hsl(6, 55%, 58%) |
| CMYK | cmyk(0%, 52%, 58%, 19%) |
| LAB | lab(55.2 41.3 26.8) |
| LCH | lch(55.2 49.2 33.0) |
| OKLCH | oklch(0.629 0.138 28.2) |
Copy-ready code
/* CSS */
color: #cf6458;
background-color: #cf6458;
/* Tailwind (arbitrary) */
class="text-[#cf6458] bg-[#cf6458]"
/* SCSS */
$brand: #cf6458;
/* SwiftUI */
Color(red: 0.812, green: 0.392, blue: 0.345)
/* Android */
Color.parseColor("#cf6458")Accessibility — WCAG contrast
Aa
#cf6458 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6458 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.2%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow57.5%
Key (black)18.8%
Color previews
#cf6458 text on a black background
contrast 5.62:1
Card sample
#cf6458 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6458;
Background color
Panel with #cf6458 background
background-color: #cf6458;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6458;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 100, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 100, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6458; background: linear-gradient(135deg, #cf6458, #CFB358);