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