#f5cdec
a pale, vivid magenta / pink · warm · closest name: pink
RGB
245, 205, 236
HSL
314°, 67%, 88%
CMYK
0, 16, 4, 4
Luminance
0.6913
Every format
| HEX | #f5cdec |
| RGB | rgb(245, 205, 236) |
| HSL | hsl(314, 67%, 88%) |
| CMYK | cmyk(0%, 16%, 4%, 4%) |
| LAB | lab(86.6 19.2 -10.0) |
| LCH | lch(86.6 21.6 332.5) |
| OKLCH | oklch(0.892 0.060 334.0) |
Copy-ready code
/* CSS */
color: #f5cdec;
background-color: #f5cdec;
/* Tailwind (arbitrary) */
class="text-[#f5cdec] bg-[#f5cdec]"
/* SCSS */
$brand: #f5cdec;
/* SwiftUI */
Color(red: 0.961, green: 0.804, blue: 0.925)
/* Android */
Color.parseColor("#f5cdec")Accessibility — WCAG contrast
Aa
#f5cdec on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cdec on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green80.4%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta16.3%
Yellow3.7%
Key (black)3.9%
Color previews
#f5cdec text on a black background
contrast 14.83:1
Card sample
#f5cdec text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cdec;
Background color
Panel with #f5cdec background
background-color: #f5cdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 205, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 205, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cdec; background: linear-gradient(135deg, #f5cdec, #F5CDD1);