#dabcdf
a light, soft magenta / pink · warm · closest name: lavender
RGB
218, 188, 223
HSL
291°, 35%, 81%
CMYK
2, 16, 0, 13
Luminance
0.5620
Every format
| HEX | #dabcdf |
| RGB | rgb(218, 188, 223) |
| HSL | hsl(291, 35%, 81%) |
| CMYK | cmyk(2%, 16%, 0%, 13%) |
| LAB | lab(79.7 16.8 -13.5) |
| LCH | lch(79.7 21.6 321.2) |
| OKLCH | oklch(0.832 0.058 321.5) |
Copy-ready code
/* CSS */
color: #dabcdf;
background-color: #dabcdf;
/* Tailwind (arbitrary) */
class="text-[#dabcdf] bg-[#dabcdf]"
/* SCSS */
$brand: #dabcdf;
/* SwiftUI */
Color(red: 0.855, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#dabcdf")Accessibility — WCAG contrast
Aa
#dabcdf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dabcdf on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green73.7%
Blue87.5%
CMYK percentages
Cyan2.2%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#dabcdf text on a black background
contrast 12.24:1
Card sample
#dabcdf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dabcdf;
Background color
Panel with #dabcdf background
background-color: #dabcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dabcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dabcdf; background: linear-gradient(135deg, #dabcdf, #DFBCCD);