#ffdfff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 223, 255
HSL
300°, 100%, 94%
CMYK
0, 13, 0, 0
Luminance
0.8126
Every format
| HEX | #ffdfff |
| RGB | rgb(255, 223, 255) |
| HSL | hsl(300, 100%, 94%) |
| CMYK | cmyk(0%, 13%, 0%, 0%) |
| LAB | lab(92.3 16.4 -11.4) |
| LCH | lch(92.3 20.0 325.1) |
| OKLCH | oklch(0.939 0.054 326.0) |
Copy-ready code
/* CSS */
color: #ffdfff;
background-color: #ffdfff;
/* Tailwind (arbitrary) */
class="text-[#ffdfff] bg-[#ffdfff]"
/* SCSS */
$brand: #ffdfff;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#ffdfff")Accessibility — WCAG contrast
Aa
#ffdfff on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdfff on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue100.0%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#ffdfff text on a black background
contrast 17.25:1
Card sample
#ffdfff text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdfff;
Background color
Panel with #ffdfff background
background-color: #ffdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdfff; background: linear-gradient(135deg, #ffdfff, #FFDFEA);