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