#ffd3eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 211, 235
HSL
327°, 100%, 91%
CMYK
0, 17, 8, 0
Luminance
0.7385
Every format
| HEX | #ffd3eb |
| RGB | rgb(255, 211, 235) |
| HSL | hsl(327, 100%, 91%) |
| CMYK | cmyk(0%, 17%, 8%, 0%) |
| LAB | lab(88.8 19.2 -6.0) |
| LCH | lch(88.8 20.1 342.7) |
| OKLCH | oklch(0.911 0.058 344.3) |
Copy-ready code
/* CSS */
color: #ffd3eb;
background-color: #ffd3eb;
/* Tailwind (arbitrary) */
class="text-[#ffd3eb] bg-[#ffd3eb]"
/* SCSS */
$brand: #ffd3eb;
/* SwiftUI */
Color(red: 1.000, green: 0.827, blue: 0.922)
/* Android */
Color.parseColor("#ffd3eb")Accessibility — WCAG contrast
Aa
#ffd3eb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd3eb on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow7.8%
Key (black)0.0%
Color previews
#ffd3eb text on a black background
contrast 15.77:1
Card sample
#ffd3eb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd3eb;
Background color
Panel with #ffd3eb background
background-color: #ffd3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 211, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 211, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd3eb; background: linear-gradient(135deg, #ffd3eb, #FFD8D3);