#f5c0eb
a pale, vivid magenta / pink · warm · closest name: plum
RGB
245, 192, 235
HSL
311°, 73%, 86%
CMYK
0, 22, 4, 4
Luminance
0.6311
Every format
| HEX | #f5c0eb |
| RGB | rgb(245, 192, 235) |
| HSL | hsl(311, 73%, 86%) |
| CMYK | cmyk(0%, 22%, 4%, 4%) |
| LAB | lab(83.5 25.9 -14.0) |
| LCH | lch(83.5 29.4 331.5) |
| OKLCH | oklch(0.868 0.082 332.9) |
Copy-ready code
/* CSS */
color: #f5c0eb;
background-color: #f5c0eb;
/* Tailwind (arbitrary) */
class="text-[#f5c0eb] bg-[#f5c0eb]"
/* SCSS */
$brand: #f5c0eb;
/* SwiftUI */
Color(red: 0.961, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#f5c0eb")Accessibility — WCAG contrast
Aa
#f5c0eb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5c0eb on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green75.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow4.1%
Key (black)3.9%
Color previews
#f5c0eb text on a black background
contrast 13.62:1
Card sample
#f5c0eb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5c0eb;
Background color
Panel with #f5c0eb background
background-color: #f5c0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5c0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5c0eb; background: linear-gradient(135deg, #f5c0eb, #F5C0C8);