#dabfe3
a light, soft violet · warm · closest name: lavender
RGB
218, 191, 227
HSL
285°, 39%, 82%
CMYK
4, 16, 0, 11
Luminance
0.5771
Every format
| HEX | #dabfe3 |
| RGB | rgb(218, 191, 227) |
| HSL | hsl(285, 39%, 82%) |
| CMYK | cmyk(4%, 16%, 0%, 11%) |
| LAB | lab(80.6 15.9 -14.4) |
| LCH | lch(80.6 21.5 318.0) |
| OKLCH | oklch(0.839 0.057 317.7) |
Copy-ready code
/* CSS */
color: #dabfe3;
background-color: #dabfe3;
/* Tailwind (arbitrary) */
class="text-[#dabfe3] bg-[#dabfe3]"
/* SCSS */
$brand: #dabfe3;
/* SwiftUI */
Color(red: 0.855, green: 0.749, blue: 0.890)
/* Android */
Color.parseColor("#dabfe3")Accessibility — WCAG contrast
Aa
#dabfe3 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dabfe3 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green74.9%
Blue89.0%
CMYK percentages
Cyan4.0%
Magenta15.9%
Yellow0.0%
Key (black)11.0%
Color previews
#dabfe3 text on a black background
contrast 12.54:1
Card sample
#dabfe3 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dabfe3;
Background color
Panel with #dabfe3 background
background-color: #dabfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dabfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 191, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 191, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dabfe3; background: linear-gradient(135deg, #dabfe3, #E3BFD4);