#f4aefb
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 174, 251
HSL
295°, 91%, 83%
CMYK
3, 31, 0, 2
Luminance
0.5647
Every format
| HEX | #f4aefb |
| RGB | rgb(244, 174, 251) |
| HSL | hsl(295, 91%, 83%) |
| CMYK | cmyk(3%, 31%, 0%, 2%) |
| LAB | lab(79.9 37.9 -28.1) |
| LCH | lch(79.9 47.2 323.5) |
| OKLCH | oklch(0.842 0.128 323.5) |
Copy-ready code
/* CSS */
color: #f4aefb;
background-color: #f4aefb;
/* Tailwind (arbitrary) */
class="text-[#f4aefb] bg-[#f4aefb]"
/* SCSS */
$brand: #f4aefb;
/* SwiftUI */
Color(red: 0.957, green: 0.682, blue: 0.984)
/* Android */
Color.parseColor("#f4aefb")Accessibility — WCAG contrast
Aa
#f4aefb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4aefb on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green68.2%
Blue98.4%
CMYK percentages
Cyan2.8%
Magenta30.7%
Yellow0.0%
Key (black)1.6%
Color previews
#f4aefb text on a black background
contrast 12.29:1
Card sample
#f4aefb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4aefb;
Background color
Panel with #f4aefb background
background-color: #f4aefb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4aefb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 174, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 174, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4aefb; background: linear-gradient(135deg, #f4aefb, #FBAECF);