#c25151
a balanced, vivid red · warm · closest name: salmon
RGB
194, 81, 81
HSL
0°, 48%, 54%
CMYK
0, 58, 58, 24
Luminance
0.1795
Every format
| HEX | #c25151 |
| RGB | rgb(194, 81, 81) |
| HSL | hsl(0, 48%, 54%) |
| CMYK | cmyk(0%, 58%, 58%, 24%) |
| LAB | lab(49.4 45.3 23.1) |
| LCH | lch(49.4 50.8 27.0) |
| OKLCH | oklch(0.582 0.146 22.7) |
Copy-ready code
/* CSS */
color: #c25151;
background-color: #c25151;
/* Tailwind (arbitrary) */
class="text-[#c25151] bg-[#c25151]"
/* SCSS */
$brand: #c25151;
/* SwiftUI */
Color(red: 0.761, green: 0.318, blue: 0.318)
/* Android */
Color.parseColor("#c25151")Accessibility — WCAG contrast
Aa
#c25151 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c25151 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green31.8%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta58.2%
Yellow58.2%
Key (black)23.9%
Color previews
#c25151 text on a black background
contrast 4.59:1
Card sample
#c25151 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c25151;
Background color
Panel with #c25151 background
background-color: #c25151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c25151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 81, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 81, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c25151; background: linear-gradient(135deg, #c25151, #C29C51);