#f5c8f9
a pale, electric magenta / pink · warm · closest name: plum
RGB
245, 200, 249
HSL
295°, 80%, 88%
CMYK
2, 20, 0, 2
Luminance
0.6756
Every format
| HEX | #f5c8f9 |
| RGB | rgb(245, 200, 249) |
| HSL | hsl(295, 80%, 88%) |
| CMYK | cmyk(2%, 20%, 0%, 2%) |
| LAB | lab(85.8 24.1 -18.1) |
| LCH | lch(85.8 30.1 323.2) |
| OKLCH | oklch(0.887 0.082 323.6) |
Copy-ready code
/* CSS */
color: #f5c8f9;
background-color: #f5c8f9;
/* Tailwind (arbitrary) */
class="text-[#f5c8f9] bg-[#f5c8f9]"
/* SCSS */
$brand: #f5c8f9;
/* SwiftUI */
Color(red: 0.961, green: 0.784, blue: 0.976)
/* Android */
Color.parseColor("#f5c8f9")Accessibility — WCAG contrast
Aa
#f5c8f9 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5c8f9 on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green78.4%
Blue97.6%
CMYK percentages
Cyan1.6%
Magenta19.7%
Yellow0.0%
Key (black)2.4%
Color previews
#f5c8f9 text on a black background
contrast 14.51:1
Card sample
#f5c8f9 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5c8f9;
Background color
Panel with #f5c8f9 background
background-color: #f5c8f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5c8f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 200, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 200, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5c8f9; background: linear-gradient(135deg, #f5c8f9, #F9C8DC);