#ffdcfe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 220, 254
HSL
302°, 100%, 93%
CMYK
0, 14, 0, 0
Luminance
0.7960
Every format
| HEX | #ffdcfe |
| RGB | rgb(255, 220, 254) |
| HSL | hsl(302, 100%, 93%) |
| CMYK | cmyk(0%, 14%, 0%, 0%) |
| LAB | lab(91.5 17.8 -12.0) |
| LCH | lch(91.5 21.5 326.0) |
| OKLCH | oklch(0.934 0.059 326.9) |
Copy-ready code
/* CSS */
color: #ffdcfe;
background-color: #ffdcfe;
/* Tailwind (arbitrary) */
class="text-[#ffdcfe] bg-[#ffdcfe]"
/* SCSS */
$brand: #ffdcfe;
/* SwiftUI */
Color(red: 1.000, green: 0.863, blue: 0.996)
/* Android */
Color.parseColor("#ffdcfe")Accessibility — WCAG contrast
Aa
#ffdcfe on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdcfe on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green86.3%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow0.4%
Key (black)0.0%
Color previews
#ffdcfe text on a black background
contrast 16.92:1
Card sample
#ffdcfe text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdcfe;
Background color
Panel with #ffdcfe background
background-color: #ffdcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 220, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 220, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdcfe; background: linear-gradient(135deg, #ffdcfe, #FFDCE7);