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