#f4afdb
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 175, 219
HSL
322°, 76%, 82%
CMYK
0, 28, 10, 4
Luminance
0.5501
Every format
| HEX | #f4afdb |
| RGB | rgb(244, 175, 219) |
| HSL | hsl(322, 76%, 82%) |
| CMYK | cmyk(0%, 28%, 10%, 4%) |
| LAB | lab(79.0 31.8 -12.1) |
| LCH | lch(79.0 34.0 339.1) |
| OKLCH | oklch(0.832 0.098 340.9) |
Copy-ready code
/* CSS */
color: #f4afdb;
background-color: #f4afdb;
/* Tailwind (arbitrary) */
class="text-[#f4afdb] bg-[#f4afdb]"
/* SCSS */
$brand: #f4afdb;
/* SwiftUI */
Color(red: 0.957, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#f4afdb")Accessibility — WCAG contrast
Aa
#f4afdb on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4afdb on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green68.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow10.2%
Key (black)4.3%
Color previews
#f4afdb text on a black background
contrast 12.00:1
Card sample
#f4afdb text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4afdb;
Background color
Panel with #f4afdb background
background-color: #f4afdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4afdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4afdb; background: linear-gradient(135deg, #f4afdb, #F4B1AF);