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