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