#f08dbb
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 141, 187
HSL
332°, 77%, 75%
CMYK
0, 41, 22, 6
Luminance
0.4116
Every format
| HEX | #f08dbb |
| RGB | rgb(240, 141, 187) |
| HSL | hsl(332, 77%, 75%) |
| CMYK | cmyk(0%, 41%, 22%, 6%) |
| LAB | lab(70.3 43.3 -7.6) |
| LCH | lch(70.3 43.9 350.0) |
| OKLCH | oklch(0.761 0.131 351.4) |
Copy-ready code
/* CSS */
color: #f08dbb;
background-color: #f08dbb;
/* Tailwind (arbitrary) */
class="text-[#f08dbb] bg-[#f08dbb]"
/* SCSS */
$brand: #f08dbb;
/* SwiftUI */
Color(red: 0.941, green: 0.553, blue: 0.733)
/* Android */
Color.parseColor("#f08dbb")Accessibility — WCAG contrast
Aa
#f08dbb on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08dbb on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green55.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow22.1%
Key (black)5.9%
Color previews
#f08dbb text on a black background
contrast 9.23:1
Card sample
#f08dbb text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08dbb;
Background color
Panel with #f08dbb background
background-color: #f08dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 141, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 141, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08dbb; background: linear-gradient(135deg, #f08dbb, #F0A18D);