#ffdbfc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 219, 252
HSL
305°, 100%, 93%
CMYK
0, 14, 1, 0
Luminance
0.7895
Every format
| HEX | #ffdbfc |
| RGB | rgb(255, 219, 252) |
| HSL | hsl(305, 100%, 93%) |
| CMYK | cmyk(0%, 14%, 1%, 0%) |
| LAB | lab(91.2 18.0 -11.4) |
| LCH | lch(91.2 21.3 327.6) |
| OKLCH | oklch(0.931 0.059 328.7) |
Copy-ready code
/* CSS */
color: #ffdbfc;
background-color: #ffdbfc;
/* Tailwind (arbitrary) */
class="text-[#ffdbfc] bg-[#ffdbfc]"
/* SCSS */
$brand: #ffdbfc;
/* SwiftUI */
Color(red: 1.000, green: 0.859, blue: 0.988)
/* Android */
Color.parseColor("#ffdbfc")Accessibility — WCAG contrast
Aa
#ffdbfc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdbfc on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.9%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow1.2%
Key (black)0.0%
Color previews
#ffdbfc text on a black background
contrast 16.79:1
Card sample
#ffdbfc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdbfc;
Background color
Panel with #ffdbfc background
background-color: #ffdbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 219, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 219, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdbfc; background: linear-gradient(135deg, #ffdbfc, #FFDBE4);