#df276c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 39, 108
HSL
338°, 74%, 51%
CMYK
0, 83, 52, 13
Luminance
0.1822
Every format
| HEX | #df276c |
| RGB | rgb(223, 39, 108) |
| HSL | hsl(338, 74%, 51%) |
| CMYK | cmyk(0%, 83%, 52%, 13%) |
| LAB | lab(49.8 71.0 8.0) |
| LCH | lch(49.8 71.4 6.5) |
| OKLCH | oklch(0.595 0.218 5.5) |
Copy-ready code
/* CSS */
color: #df276c;
background-color: #df276c;
/* Tailwind (arbitrary) */
class="text-[#df276c] bg-[#df276c]"
/* SCSS */
$brand: #df276c;
/* SwiftUI */
Color(red: 0.875, green: 0.153, blue: 0.424)
/* Android */
Color.parseColor("#df276c")Accessibility — WCAG contrast
Aa
#df276c on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df276c on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green15.3%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta82.5%
Yellow51.6%
Key (black)12.5%
Color previews
#df276c text on a black background
contrast 4.64:1
Card sample
#df276c text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df276c;
Background color
Panel with #df276c background
background-color: #df276c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df276c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 39, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 39, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df276c; background: linear-gradient(135deg, #df276c, #DF5D27);