#dbafff
a light, electric violet · warm · closest name: plum
RGB
219, 175, 255
HSL
273°, 100%, 84%
CMYK
14, 31, 0, 0
Luminance
0.5294
Every format
| HEX | #dbafff |
| RGB | rgb(219, 175, 255) |
| HSL | hsl(273, 100%, 84%) |
| CMYK | cmyk(14%, 31%, 0%, 0%) |
| LAB | lab(77.8 30.5 -33.6) |
| LCH | lch(77.8 45.4 312.3) |
| OKLCH | oklch(0.821 0.119 309.1) |
Copy-ready code
/* CSS */
color: #dbafff;
background-color: #dbafff;
/* Tailwind (arbitrary) */
class="text-[#dbafff] bg-[#dbafff]"
/* SCSS */
$brand: #dbafff;
/* SwiftUI */
Color(red: 0.859, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#dbafff")Accessibility — WCAG contrast
Aa
#dbafff on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbafff on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.6%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#dbafff text on a black background
contrast 11.59:1
Card sample
#dbafff text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbafff;
Background color
Panel with #dbafff background
background-color: #dbafff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbafff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbafff; background: linear-gradient(135deg, #dbafff, #FFAFEE);