#df7cbb
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 124, 187
HSL
322°, 61%, 68%
CMYK
0, 44, 16, 13
Luminance
0.3369
Every format
| HEX | #df7cbb |
| RGB | rgb(223, 124, 187) |
| HSL | hsl(322, 61%, 68%) |
| CMYK | cmyk(0%, 44%, 16%, 13%) |
| LAB | lab(64.7 46.4 -16.2) |
| LCH | lch(64.7 49.1 340.7) |
| OKLCH | oklch(0.714 0.143 342.6) |
Copy-ready code
/* CSS */
color: #df7cbb;
background-color: #df7cbb;
/* Tailwind (arbitrary) */
class="text-[#df7cbb] bg-[#df7cbb]"
/* SCSS */
$brand: #df7cbb;
/* SwiftUI */
Color(red: 0.875, green: 0.486, blue: 0.733)
/* Android */
Color.parseColor("#df7cbb")Accessibility — WCAG contrast
Aa
#df7cbb on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7cbb on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.6%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow16.1%
Key (black)12.5%
Color previews
#df7cbb text on a black background
contrast 7.74:1
Card sample
#df7cbb text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7cbb;
Background color
Panel with #df7cbb background
background-color: #df7cbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7cbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 124, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 124, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7cbb; background: linear-gradient(135deg, #df7cbb, #DF7F7C);