#f5c2fa
a pale, electric magenta / pink · warm · closest name: plum
RGB
245, 194, 250
HSL
295°, 85%, 87%
CMYK
2, 22, 0, 2
Luminance
0.6490
Every format
| HEX | #f5c2fa |
| RGB | rgb(245, 194, 250) |
| HSL | hsl(295, 85%, 87%) |
| CMYK | cmyk(2%, 22%, 0%, 2%) |
| LAB | lab(84.4 27.5 -20.6) |
| LCH | lch(84.4 34.4 323.1) |
| OKLCH | oklch(0.876 0.093 323.4) |
Copy-ready code
/* CSS */
color: #f5c2fa;
background-color: #f5c2fa;
/* Tailwind (arbitrary) */
class="text-[#f5c2fa] bg-[#f5c2fa]"
/* SCSS */
$brand: #f5c2fa;
/* SwiftUI */
Color(red: 0.961, green: 0.761, blue: 0.980)
/* Android */
Color.parseColor("#f5c2fa")Accessibility — WCAG contrast
Aa
#f5c2fa on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5c2fa on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green76.1%
Blue98.0%
CMYK percentages
Cyan2.0%
Magenta22.4%
Yellow0.0%
Key (black)2.0%
Color previews
#f5c2fa text on a black background
contrast 13.98:1
Card sample
#f5c2fa text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5c2fa;
Background color
Panel with #f5c2fa background
background-color: #f5c2fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5c2fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 194, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 194, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5c2fa; background: linear-gradient(135deg, #f5c2fa, #FAC2DA);