#f5b2da
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 178, 218
HSL
324°, 77%, 83%
CMYK
0, 27, 11, 4
Luminance
0.5632
Every format
| HEX | #f5b2da |
| RGB | rgb(245, 178, 218) |
| HSL | hsl(324, 77%, 83%) |
| CMYK | cmyk(0%, 27%, 11%, 4%) |
| LAB | lab(79.8 30.4 -10.4) |
| LCH | lch(79.8 32.1 341.0) |
| OKLCH | oklch(0.838 0.093 342.7) |
Copy-ready code
/* CSS */
color: #f5b2da;
background-color: #f5b2da;
/* Tailwind (arbitrary) */
class="text-[#f5b2da] bg-[#f5b2da]"
/* SCSS */
$brand: #f5b2da;
/* SwiftUI */
Color(red: 0.961, green: 0.698, blue: 0.855)
/* Android */
Color.parseColor("#f5b2da")Accessibility — WCAG contrast
Aa
#f5b2da on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5b2da on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green69.8%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow11.0%
Key (black)3.9%
Color previews
#f5b2da text on a black background
contrast 12.26:1
Card sample
#f5b2da text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5b2da;
Background color
Panel with #f5b2da background
background-color: #f5b2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5b2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 178, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 178, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5b2da; background: linear-gradient(135deg, #f5b2da, #F5B7B2);