#f5b3da
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 179, 218
HSL
325°, 77%, 83%
CMYK
0, 27, 11, 4
Luminance
0.5671
Every format
| HEX | #f5b3da |
| RGB | rgb(245, 179, 218) |
| HSL | hsl(325, 77%, 83%) |
| CMYK | cmyk(0%, 27%, 11%, 4%) |
| LAB | lab(80.0 29.8 -10.1) |
| LCH | lch(80.0 31.5 341.3) |
| OKLCH | oklch(0.839 0.091 343.0) |
Copy-ready code
/* CSS */
color: #f5b3da;
background-color: #f5b3da;
/* Tailwind (arbitrary) */
class="text-[#f5b3da] bg-[#f5b3da]"
/* SCSS */
$brand: #f5b3da;
/* SwiftUI */
Color(red: 0.961, green: 0.702, blue: 0.855)
/* Android */
Color.parseColor("#f5b3da")Accessibility — WCAG contrast
Aa
#f5b3da on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5b3da on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green70.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow11.0%
Key (black)3.9%
Color previews
#f5b3da text on a black background
contrast 12.34:1
Card sample
#f5b3da text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5b3da;
Background color
Panel with #f5b3da background
background-color: #f5b3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5b3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 179, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 179, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5b3da; background: linear-gradient(135deg, #f5b3da, #F5B8B3);