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