#c25568
a balanced, vivid red · warm · closest name: salmon
RGB
194, 85, 104
HSL
350°, 47%, 55%
CMYK
0, 56, 46, 24
Luminance
0.1897
Every format
| HEX | #c25568 |
| RGB | rgb(194, 85, 104) |
| HSL | hsl(350, 47%, 55%) |
| CMYK | cmyk(0%, 56%, 46%, 24%) |
| LAB | lab(50.6 45.4 11.0) |
| LCH | lch(50.6 46.7 13.6) |
| OKLCH | oklch(0.592 0.140 11.6) |
Copy-ready code
/* CSS */
color: #c25568;
background-color: #c25568;
/* Tailwind (arbitrary) */
class="text-[#c25568] bg-[#c25568]"
/* SCSS */
$brand: #c25568;
/* SwiftUI */
Color(red: 0.761, green: 0.333, blue: 0.408)
/* Android */
Color.parseColor("#c25568")Accessibility — WCAG contrast
Aa
#c25568 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c25568 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green33.3%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta56.2%
Yellow46.4%
Key (black)23.9%
Color previews
#c25568 text on a black background
contrast 4.79:1
Card sample
#c25568 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c25568;
Background color
Panel with #c25568 background
background-color: #c25568;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c25568;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 85, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 85, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c25568; background: linear-gradient(135deg, #c25568, #C28B55);