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