#f5cddc
a pale, vivid magenta / pink · warm · closest name: pink
RGB
245, 205, 220
HSL
338°, 67%, 88%
CMYK
0, 16, 10, 4
Luminance
0.6824
Every format
| HEX | #f5cddc |
| RGB | rgb(245, 205, 220) |
| HSL | hsl(338, 67%, 88%) |
| CMYK | cmyk(0%, 16%, 10%, 4%) |
| LAB | lab(86.1 16.4 -2.1) |
| LCH | lch(86.1 16.6 352.6) |
| OKLCH | oklch(0.887 0.049 353.6) |
Copy-ready code
/* CSS */
color: #f5cddc;
background-color: #f5cddc;
/* Tailwind (arbitrary) */
class="text-[#f5cddc] bg-[#f5cddc]"
/* SCSS */
$brand: #f5cddc;
/* SwiftUI */
Color(red: 0.961, green: 0.804, blue: 0.863)
/* Android */
Color.parseColor("#f5cddc")Accessibility — WCAG contrast
Aa
#f5cddc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cddc on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green80.4%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta16.3%
Yellow10.2%
Key (black)3.9%
Color previews
#f5cddc text on a black background
contrast 14.65:1
Card sample
#f5cddc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cddc;
Background color
Panel with #f5cddc background
background-color: #f5cddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 205, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 205, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cddc; background: linear-gradient(135deg, #f5cddc, #F5D9CD);