#ffdbf3
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 219, 243
HSL
320°, 100%, 93%
CMYK
0, 14, 5, 0
Luminance
0.7839
Every format
| HEX | #ffdbf3 |
| RGB | rgb(255, 219, 243) |
| HSL | hsl(320, 100%, 93%) |
| CMYK | cmyk(0%, 14%, 5%, 0%) |
| LAB | lab(91.0 16.4 -7.1) |
| LCH | lch(91.0 17.9 336.7) |
| OKLCH | oklch(0.928 0.050 338.3) |
Copy-ready code
/* CSS */
color: #ffdbf3;
background-color: #ffdbf3;
/* Tailwind (arbitrary) */
class="text-[#ffdbf3] bg-[#ffdbf3]"
/* SCSS */
$brand: #ffdbf3;
/* SwiftUI */
Color(red: 1.000, green: 0.859, blue: 0.953)
/* Android */
Color.parseColor("#ffdbf3")Accessibility — WCAG contrast
Aa
#ffdbf3 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdbf3 on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.9%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow4.7%
Key (black)0.0%
Color previews
#ffdbf3 text on a black background
contrast 16.68:1
Card sample
#ffdbf3 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdbf3;
Background color
Panel with #ffdbf3 background
background-color: #ffdbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 219, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 219, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdbf3; background: linear-gradient(135deg, #ffdbf3, #FFDBDB);