#f4afef
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 175, 239
HSL
304°, 76%, 82%
CMYK
0, 28, 2, 4
Luminance
0.5613
Every format
| HEX | #f4afef |
| RGB | rgb(244, 175, 239) |
| HSL | hsl(304, 76%, 82%) |
| CMYK | cmyk(0%, 28%, 2%, 4%) |
| LAB | lab(79.7 35.2 -21.9) |
| LCH | lch(79.7 41.5 328.1) |
| OKLCH | oklch(0.839 0.115 329.0) |
Copy-ready code
/* CSS */
color: #f4afef;
background-color: #f4afef;
/* Tailwind (arbitrary) */
class="text-[#f4afef] bg-[#f4afef]"
/* SCSS */
$brand: #f4afef;
/* SwiftUI */
Color(red: 0.957, green: 0.686, blue: 0.937)
/* Android */
Color.parseColor("#f4afef")Accessibility — WCAG contrast
Aa
#f4afef on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4afef on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green68.6%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow2.0%
Key (black)4.3%
Color previews
#f4afef text on a black background
contrast 12.23:1
Card sample
#f4afef text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4afef;
Background color
Panel with #f4afef background
background-color: #f4afef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4afef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 175, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 175, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4afef; background: linear-gradient(135deg, #f4afef, #F4AFC1);