#f5b8ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
245, 184, 255
HSL
292°, 100%, 86%
CMYK
4, 28, 0, 0
Luminance
0.6091
Every format
| HEX | #f5b8ff |
| RGB | rgb(245, 184, 255) |
| HSL | hsl(292, 100%, 86%) |
| CMYK | cmyk(4%, 28%, 0%, 0%) |
| LAB | lab(82.3 33.7 -26.5) |
| LCH | lch(82.3 42.9 321.9) |
| OKLCH | oklch(0.861 0.116 321.7) |
Copy-ready code
/* CSS */
color: #f5b8ff;
background-color: #f5b8ff;
/* Tailwind (arbitrary) */
class="text-[#f5b8ff] bg-[#f5b8ff]"
/* SCSS */
$brand: #f5b8ff;
/* SwiftUI */
Color(red: 0.961, green: 0.722, blue: 1.000)
/* Android */
Color.parseColor("#f5b8ff")Accessibility — WCAG contrast
Aa
#f5b8ff on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5b8ff on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green72.2%
Blue100.0%
CMYK percentages
Cyan3.9%
Magenta27.8%
Yellow0.0%
Key (black)0.0%
Color previews
#f5b8ff text on a black background
contrast 13.18:1
Card sample
#f5b8ff text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5b8ff;
Background color
Panel with #f5b8ff background
background-color: #f5b8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5b8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 184, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 184, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5b8ff; background: linear-gradient(135deg, #f5b8ff, #FFB8DA);