#dbafe3
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 175, 227
HSL
291°, 48%, 79%
CMYK
4, 23, 0, 11
Luminance
0.5127
Every format
| HEX | #dbafe3 |
| RGB | rgb(219, 175, 227) |
| HSL | hsl(291, 48%, 79%) |
| CMYK | cmyk(4%, 23%, 0%, 11%) |
| LAB | lab(76.8 24.9 -20.0) |
| LCH | lch(76.8 31.9 321.2) |
| OKLCH | oklch(0.810 0.086 321.1) |
Copy-ready code
/* CSS */
color: #dbafe3;
background-color: #dbafe3;
/* Tailwind (arbitrary) */
class="text-[#dbafe3] bg-[#dbafe3]"
/* SCSS */
$brand: #dbafe3;
/* SwiftUI */
Color(red: 0.859, green: 0.686, blue: 0.890)
/* Android */
Color.parseColor("#dbafe3")Accessibility — WCAG contrast
Aa
#dbafe3 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbafe3 on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.6%
Blue89.0%
CMYK percentages
Cyan3.5%
Magenta22.9%
Yellow0.0%
Key (black)11.0%
Color previews
#dbafe3 text on a black background
contrast 11.25:1
Card sample
#dbafe3 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbafe3;
Background color
Panel with #dbafe3 background
background-color: #dbafe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbafe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 175, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 175, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbafe3; background: linear-gradient(135deg, #dbafe3, #E3AFC8);