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