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