#f5c0df
a pale, vivid magenta / pink · warm · closest name: pink
RGB
245, 192, 223
HSL
325°, 73%, 86%
CMYK
0, 22, 9, 4
Luminance
0.6244
Every format
| HEX | #f5c0df |
| RGB | rgb(245, 192, 223) |
| HSL | hsl(325, 73%, 86%) |
| CMYK | cmyk(0%, 22%, 9%, 4%) |
| LAB | lab(83.2 23.8 -8.1) |
| LCH | lch(83.2 25.1 341.1) |
| OKLCH | oklch(0.864 0.072 342.8) |
Copy-ready code
/* CSS */
color: #f5c0df;
background-color: #f5c0df;
/* Tailwind (arbitrary) */
class="text-[#f5c0df] bg-[#f5c0df]"
/* SCSS */
$brand: #f5c0df;
/* SwiftUI */
Color(red: 0.961, green: 0.753, blue: 0.875)
/* Android */
Color.parseColor("#f5c0df")Accessibility — WCAG contrast
Aa
#f5c0df on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5c0df on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green75.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow9.0%
Key (black)3.9%
Color previews
#f5c0df text on a black background
contrast 13.49:1
Card sample
#f5c0df text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5c0df;
Background color
Panel with #f5c0df background
background-color: #f5c0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5c0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 192, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 192, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5c0df; background: linear-gradient(135deg, #f5c0df, #F5C4C0);