#d2425f
a balanced, vivid red · warm · closest name: crimson
RGB
210, 66, 95
HSL
348°, 62%, 54%
CMYK
0, 69, 55, 18
Luminance
0.1842
Every format
| HEX | #d2425f |
| RGB | rgb(210, 66, 95) |
| HSL | hsl(348, 62%, 54%) |
| CMYK | cmyk(0%, 69%, 55%, 18%) |
| LAB | lab(50.0 58.1 15.9) |
| LCH | lch(50.0 60.3 15.3) |
| OKLCH | oklch(0.592 0.180 12.8) |
Copy-ready code
/* CSS */
color: #d2425f;
background-color: #d2425f;
/* Tailwind (arbitrary) */
class="text-[#d2425f] bg-[#d2425f]"
/* SCSS */
$brand: #d2425f;
/* SwiftUI */
Color(red: 0.824, green: 0.259, blue: 0.373)
/* Android */
Color.parseColor("#d2425f")Accessibility — WCAG contrast
Aa
#d2425f on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d2425f on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green25.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow54.8%
Key (black)17.6%
Color previews
#d2425f text on a black background
contrast 4.68:1
Card sample
#d2425f text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2425f;
Background color
Panel with #d2425f background
background-color: #d2425f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2425f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 66, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 66, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2425f; background: linear-gradient(135deg, #d2425f, #D28542);