#f48cdb
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 140, 219
HSL
314°, 83%, 75%
CMYK
0, 43, 10, 4
Luminance
0.4310
Every format
| HEX | #f48cdb |
| RGB | rgb(244, 140, 219) |
| HSL | hsl(314, 83%, 75%) |
| CMYK | cmyk(0%, 43%, 10%, 4%) |
| LAB | lab(71.6 50.0 -23.3) |
| LCH | lch(71.6 55.1 335.0) |
| OKLCH | oklch(0.775 0.158 336.6) |
Copy-ready code
/* CSS */
color: #f48cdb;
background-color: #f48cdb;
/* Tailwind (arbitrary) */
class="text-[#f48cdb] bg-[#f48cdb]"
/* SCSS */
$brand: #f48cdb;
/* SwiftUI */
Color(red: 0.957, green: 0.549, blue: 0.859)
/* Android */
Color.parseColor("#f48cdb")Accessibility — WCAG contrast
Aa
#f48cdb on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48cdb on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green54.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow10.2%
Key (black)4.3%
Color previews
#f48cdb text on a black background
contrast 9.62:1
Card sample
#f48cdb text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48cdb;
Background color
Panel with #f48cdb background
background-color: #f48cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 140, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 140, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48cdb; background: linear-gradient(135deg, #f48cdb, #F48C96);