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