#dadbfb
a pale, electric blue · warm · closest name: lavender
RGB
218, 219, 251
HSL
238°, 81%, 92%
CMYK
13, 13, 0, 2
Luminance
0.7253
Every format
| HEX | #dadbfb |
| RGB | rgb(218, 219, 251) |
| HSL | hsl(238, 81%, 92%) |
| CMYK | cmyk(13%, 13%, 0%, 2%) |
| LAB | lab(88.2 5.8 -15.7) |
| LCH | lch(88.2 16.7 290.4) |
| OKLCH | oklch(0.901 0.044 284.1) |
Copy-ready code
/* CSS */
color: #dadbfb;
background-color: #dadbfb;
/* Tailwind (arbitrary) */
class="text-[#dadbfb] bg-[#dadbfb]"
/* SCSS */
$brand: #dadbfb;
/* SwiftUI */
Color(red: 0.855, green: 0.859, blue: 0.984)
/* Android */
Color.parseColor("#dadbfb")Accessibility — WCAG contrast
Aa
#dadbfb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadbfb on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green85.9%
Blue98.4%
CMYK percentages
Cyan13.1%
Magenta12.7%
Yellow0.0%
Key (black)1.6%
Color previews
#dadbfb text on a black background
contrast 15.51:1
Card sample
#dadbfb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadbfb;
Background color
Panel with #dadbfb background
background-color: #dadbfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadbfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 219, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 219, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadbfb; background: linear-gradient(135deg, #dadbfb, #EFDAFB);