#ffd3ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 211, 255
HSL
300°, 100%, 91%
CMYK
0, 17, 0, 0
Luminance
0.7507
Every format
| HEX | #ffd3ff |
| RGB | rgb(255, 211, 255) |
| HSL | hsl(300, 100%, 91%) |
| CMYK | cmyk(0%, 17%, 0%, 0%) |
| LAB | lab(89.4 22.7 -15.7) |
| LCH | lch(89.4 27.6 325.4) |
| OKLCH | oklch(0.918 0.075 326.2) |
Copy-ready code
/* CSS */
color: #ffd3ff;
background-color: #ffd3ff;
/* Tailwind (arbitrary) */
class="text-[#ffd3ff] bg-[#ffd3ff]"
/* SCSS */
$brand: #ffd3ff;
/* SwiftUI */
Color(red: 1.000, green: 0.827, blue: 1.000)
/* Android */
Color.parseColor("#ffd3ff")Accessibility — WCAG contrast
Aa
#ffd3ff on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd3ff on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.7%
Blue100.0%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow0.0%
Key (black)0.0%
Color previews
#ffd3ff text on a black background
contrast 16.01:1
Card sample
#ffd3ff text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd3ff;
Background color
Panel with #ffd3ff background
background-color: #ffd3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 211, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 211, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd3ff; background: linear-gradient(135deg, #ffd3ff, #FFD3E2);