#c25656
a balanced, vivid red · warm · closest name: salmon
RGB
194, 86, 86
HSL
0°, 47%, 55%
CMYK
0, 56, 56, 24
Luminance
0.1880
Every format
| HEX | #c25656 |
| RGB | rgb(194, 86, 86) |
| HSL | hsl(0, 47%, 55%) |
| CMYK | cmyk(0%, 56%, 56%, 24%) |
| LAB | lab(50.5 43.3 21.4) |
| LCH | lch(50.5 48.3 26.3) |
| OKLCH | oklch(0.590 0.139 22.3) |
Copy-ready code
/* CSS */
color: #c25656;
background-color: #c25656;
/* Tailwind (arbitrary) */
class="text-[#c25656] bg-[#c25656]"
/* SCSS */
$brand: #c25656;
/* SwiftUI */
Color(red: 0.761, green: 0.337, blue: 0.337)
/* Android */
Color.parseColor("#c25656")Accessibility — WCAG contrast
Aa
#c25656 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c25656 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green33.7%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow55.7%
Key (black)23.9%
Color previews
#c25656 text on a black background
contrast 4.76:1
Card sample
#c25656 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c25656;
Background color
Panel with #c25656 background
background-color: #c25656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c25656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 86, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 86, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c25656; background: linear-gradient(135deg, #c25656, #C29E56);