#df267c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 38, 124
HSL
332°, 74%, 51%
CMYK
0, 83, 44, 13
Luminance
0.1853
Every format
| HEX | #df267c |
| RGB | rgb(223, 38, 124) |
| HSL | hsl(332, 74%, 51%) |
| CMYK | cmyk(0%, 83%, 44%, 13%) |
| LAB | lab(50.1 72.5 -1.2) |
| LCH | lch(50.1 72.5 359.1) |
| OKLCH | oklch(0.600 0.223 359.4) |
Copy-ready code
/* CSS */
color: #df267c;
background-color: #df267c;
/* Tailwind (arbitrary) */
class="text-[#df267c] bg-[#df267c]"
/* SCSS */
$brand: #df267c;
/* SwiftUI */
Color(red: 0.875, green: 0.149, blue: 0.486)
/* Android */
Color.parseColor("#df267c")Accessibility — WCAG contrast
Aa
#df267c on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df267c on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green14.9%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow44.4%
Key (black)12.5%
Color previews
#df267c text on a black background
contrast 4.71:1
Card sample
#df267c text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df267c;
Background color
Panel with #df267c background
background-color: #df267c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df267c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 38, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 38, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df267c; background: linear-gradient(135deg, #df267c, #DF4B26);