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