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