#ffcedf
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 206, 223
HSL
339°, 100%, 90%
CMYK
0, 19, 13, 0
Luminance
0.7073
Every format
| HEX | #ffcedf |
| RGB | rgb(255, 206, 223) |
| HSL | hsl(339, 100%, 90%) |
| CMYK | cmyk(0%, 19%, 13%, 0%) |
| LAB | lab(87.4 19.9 -1.8) |
| LCH | lch(87.4 19.9 354.7) |
| OKLCH | oklch(0.899 0.059 355.6) |
Copy-ready code
/* CSS */
color: #ffcedf;
background-color: #ffcedf;
/* Tailwind (arbitrary) */
class="text-[#ffcedf] bg-[#ffcedf]"
/* SCSS */
$brand: #ffcedf;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.875)
/* Android */
Color.parseColor("#ffcedf")Accessibility — WCAG contrast
Aa
#ffcedf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcedf on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow12.5%
Key (black)0.0%
Color previews
#ffcedf text on a black background
contrast 15.15:1
Card sample
#ffcedf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcedf;
Background color
Panel with #ffcedf background
background-color: #ffcedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcedf; background: linear-gradient(135deg, #ffcedf, #FFDECE);