#f4aeee
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 174, 238
HSL
305°, 76%, 82%
CMYK
0, 29, 3, 4
Luminance
0.5568
Every format
| HEX | #f4aeee |
| RGB | rgb(244, 174, 238) |
| HSL | hsl(305, 76%, 82%) |
| CMYK | cmyk(0%, 29%, 3%, 4%) |
| LAB | lab(79.4 35.6 -21.8) |
| LCH | lch(79.4 41.7 328.5) |
| OKLCH | oklch(0.837 0.116 329.5) |
Copy-ready code
/* CSS */
color: #f4aeee;
background-color: #f4aeee;
/* Tailwind (arbitrary) */
class="text-[#f4aeee] bg-[#f4aeee]"
/* SCSS */
$brand: #f4aeee;
/* SwiftUI */
Color(red: 0.957, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#f4aeee")Accessibility — WCAG contrast
Aa
#f4aeee on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4aeee on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green68.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta28.7%
Yellow2.5%
Key (black)4.3%
Color previews
#f4aeee text on a black background
contrast 12.14:1
Card sample
#f4aeee text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4aeee;
Background color
Panel with #f4aeee background
background-color: #f4aeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4aeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4aeee; background: linear-gradient(135deg, #f4aeee, #F4AEC0);