#f4a2db
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 162, 219
HSL
318°, 79%, 80%
CMYK
0, 34, 10, 4
Luminance
0.5019
Every format
| HEX | #f4a2db |
| RGB | rgb(244, 162, 219) |
| HSL | hsl(318, 79%, 80%) |
| CMYK | cmyk(0%, 34%, 10%, 4%) |
| LAB | lab(76.2 38.6 -16.4) |
| LCH | lch(76.2 42.0 337.0) |
| OKLCH | oklch(0.810 0.120 338.7) |
Copy-ready code
/* CSS */
color: #f4a2db;
background-color: #f4a2db;
/* Tailwind (arbitrary) */
class="text-[#f4a2db] bg-[#f4a2db]"
/* SCSS */
$brand: #f4a2db;
/* SwiftUI */
Color(red: 0.957, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#f4a2db")Accessibility — WCAG contrast
Aa
#f4a2db on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4a2db on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green63.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow10.2%
Key (black)4.3%
Color previews
#f4a2db text on a black background
contrast 11.04:1
Card sample
#f4a2db text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4a2db;
Background color
Panel with #f4a2db background
background-color: #f4a2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4a2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4a2db; background: linear-gradient(135deg, #f4a2db, #F4A2A4);