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