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