#f5afeb
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 175, 235
HSL
309°, 78%, 82%
CMYK
0, 29, 4, 4
Luminance
0.5607
Every format
| HEX | #f5afeb |
| RGB | rgb(245, 175, 235) |
| HSL | hsl(309, 78%, 82%) |
| CMYK | cmyk(0%, 29%, 4%, 4%) |
| LAB | lab(79.7 34.8 -19.8) |
| LCH | lch(79.7 40.1 330.4) |
| OKLCH | oklch(0.838 0.112 331.6) |
Copy-ready code
/* CSS */
color: #f5afeb;
background-color: #f5afeb;
/* Tailwind (arbitrary) */
class="text-[#f5afeb] bg-[#f5afeb]"
/* SCSS */
$brand: #f5afeb;
/* SwiftUI */
Color(red: 0.961, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#f5afeb")Accessibility — WCAG contrast
Aa
#f5afeb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5afeb on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green68.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow4.1%
Key (black)3.9%
Color previews
#f5afeb text on a black background
contrast 12.21:1
Card sample
#f5afeb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5afeb;
Background color
Panel with #f5afeb background
background-color: #f5afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5afeb; background: linear-gradient(135deg, #f5afeb, #F5AFBC);