#ffddea
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 221, 234
HSL
337°, 100%, 93%
CMYK
0, 13, 8, 0
Luminance
0.7891
Every format
| HEX | #ffddea |
| RGB | rgb(255, 221, 234) |
| HSL | hsl(337, 100%, 93%) |
| CMYK | cmyk(0%, 13%, 8%, 0%) |
| LAB | lab(91.2 13.8 -2.0) |
| LCH | lch(91.2 14.0 351.8) |
| OKLCH | oklch(0.929 0.041 352.9) |
Copy-ready code
/* CSS */
color: #ffddea;
background-color: #ffddea;
/* Tailwind (arbitrary) */
class="text-[#ffddea] bg-[#ffddea]"
/* SCSS */
$brand: #ffddea;
/* SwiftUI */
Color(red: 1.000, green: 0.867, blue: 0.918)
/* Android */
Color.parseColor("#ffddea")Accessibility — WCAG contrast
Aa
#ffddea on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffddea on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green86.7%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow8.2%
Key (black)0.0%
Color previews
#ffddea text on a black background
contrast 16.78:1
Card sample
#ffddea text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffddea;
Background color
Panel with #ffddea background
background-color: #ffddea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffddea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 221, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 221, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffddea; background: linear-gradient(135deg, #ffddea, #FFE7DD);