#f5c2eb
a pale, vivid magenta / pink · warm · closest name: plum
RGB
245, 194, 235
HSL
312°, 72%, 86%
CMYK
0, 21, 4, 4
Luminance
0.6399
Every format
| HEX | #f5c2eb |
| RGB | rgb(245, 194, 235) |
| HSL | hsl(312, 72%, 86%) |
| CMYK | cmyk(0%, 21%, 4%, 4%) |
| LAB | lab(84.0 24.8 -13.3) |
| LCH | lch(84.0 28.1 331.7) |
| OKLCH | oklch(0.871 0.079 333.1) |
Copy-ready code
/* CSS */
color: #f5c2eb;
background-color: #f5c2eb;
/* Tailwind (arbitrary) */
class="text-[#f5c2eb] bg-[#f5c2eb]"
/* SCSS */
$brand: #f5c2eb;
/* SwiftUI */
Color(red: 0.961, green: 0.761, blue: 0.922)
/* Android */
Color.parseColor("#f5c2eb")Accessibility — WCAG contrast
Aa
#f5c2eb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5c2eb on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green76.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow4.1%
Key (black)3.9%
Color previews
#f5c2eb text on a black background
contrast 13.80:1
Card sample
#f5c2eb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5c2eb;
Background color
Panel with #f5c2eb background
background-color: #f5c2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5c2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 194, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 194, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5c2eb; background: linear-gradient(135deg, #f5c2eb, #F5C2C9);