#ffd1eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 209, 235
HSL
326°, 100%, 91%
CMYK
0, 18, 8, 0
Luminance
0.7286
Every format
| HEX | #ffd1eb |
| RGB | rgb(255, 209, 235) |
| HSL | hsl(326, 100%, 91%) |
| CMYK | cmyk(0%, 18%, 8%, 0%) |
| LAB | lab(88.4 20.3 -6.7) |
| LCH | lch(88.4 21.3 341.8) |
| OKLCH | oklch(0.908 0.061 343.4) |
Copy-ready code
/* CSS */
color: #ffd1eb;
background-color: #ffd1eb;
/* Tailwind (arbitrary) */
class="text-[#ffd1eb] bg-[#ffd1eb]"
/* SCSS */
$brand: #ffd1eb;
/* SwiftUI */
Color(red: 1.000, green: 0.820, blue: 0.922)
/* Android */
Color.parseColor("#ffd1eb")Accessibility — WCAG contrast
Aa
#ffd1eb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd1eb on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow7.8%
Key (black)0.0%
Color previews
#ffd1eb text on a black background
contrast 15.57:1
Card sample
#ffd1eb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd1eb;
Background color
Panel with #ffd1eb background
background-color: #ffd1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 209, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 209, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd1eb; background: linear-gradient(135deg, #ffd1eb, #FFD6D1);