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