#f5cced
a pale, vivid magenta / pink · warm · closest name: pink
RGB
245, 204, 237
HSL
312°, 67%, 88%
CMYK
0, 17, 3, 4
Luminance
0.6871
Every format
| HEX | #f5cced |
| RGB | rgb(245, 204, 237) |
| HSL | hsl(312, 67%, 88%) |
| CMYK | cmyk(0%, 17%, 3%, 4%) |
| LAB | lab(86.4 19.9 -10.8) |
| LCH | lch(86.4 22.6 331.4) |
| OKLCH | oklch(0.890 0.063 332.8) |
Copy-ready code
/* CSS */
color: #f5cced;
background-color: #f5cced;
/* Tailwind (arbitrary) */
class="text-[#f5cced] bg-[#f5cced]"
/* SCSS */
$brand: #f5cced;
/* SwiftUI */
Color(red: 0.961, green: 0.800, blue: 0.929)
/* Android */
Color.parseColor("#f5cced")Accessibility — WCAG contrast
Aa
#f5cced on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cced on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green80.0%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow3.3%
Key (black)3.9%
Color previews
#f5cced text on a black background
contrast 14.74:1
Card sample
#f5cced text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cced;
Background color
Panel with #f5cced background
background-color: #f5cced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 204, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 204, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cced; background: linear-gradient(135deg, #f5cced, #F5CCD2);