#ffd5ff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 213, 255
HSL
300°, 100%, 92%
CMYK
0, 17, 0, 0
Luminance
0.7607
Every format
| HEX | #ffd5ff |
| RGB | rgb(255, 213, 255) |
| HSL | hsl(300, 100%, 92%) |
| CMYK | cmyk(0%, 17%, 0%, 0%) |
| LAB | lab(89.9 21.6 -15.0) |
| LCH | lch(89.9 26.3 325.3) |
| OKLCH | oklch(0.921 0.072 326.1) |
Copy-ready code
/* CSS */
color: #ffd5ff;
background-color: #ffd5ff;
/* Tailwind (arbitrary) */
class="text-[#ffd5ff] bg-[#ffd5ff]"
/* SCSS */
$brand: #ffd5ff;
/* SwiftUI */
Color(red: 1.000, green: 0.835, blue: 1.000)
/* Android */
Color.parseColor("#ffd5ff")Accessibility — WCAG contrast
Aa
#ffd5ff on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd5ff on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.5%
Blue100.0%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow0.0%
Key (black)0.0%
Color previews
#ffd5ff text on a black background
contrast 16.21:1
Card sample
#ffd5ff text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd5ff;
Background color
Panel with #ffd5ff background
background-color: #ffd5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 213, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 213, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd5ff; background: linear-gradient(135deg, #ffd5ff, #FFD5E3);