#f08ab8
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 138, 184
HSL
333°, 77%, 74%
CMYK
0, 43, 23, 6
Luminance
0.4016
Every format
| HEX | #f08ab8 |
| RGB | rgb(240, 138, 184) |
| HSL | hsl(333, 77%, 74%) |
| CMYK | cmyk(0%, 43%, 23%, 6%) |
| LAB | lab(69.6 44.4 -7.0) |
| LCH | lch(69.6 44.9 351.0) |
| OKLCH | oklch(0.755 0.135 352.3) |
Copy-ready code
/* CSS */
color: #f08ab8;
background-color: #f08ab8;
/* Tailwind (arbitrary) */
class="text-[#f08ab8] bg-[#f08ab8]"
/* SCSS */
$brand: #f08ab8;
/* SwiftUI */
Color(red: 0.941, green: 0.541, blue: 0.722)
/* Android */
Color.parseColor("#f08ab8")Accessibility — WCAG contrast
Aa
#f08ab8 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08ab8 on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green54.1%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow23.3%
Key (black)5.9%
Color previews
#f08ab8 text on a black background
contrast 9.03:1
Card sample
#f08ab8 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08ab8;
Background color
Panel with #f08ab8 background
background-color: #f08ab8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08ab8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 138, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 138, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08ab8; background: linear-gradient(135deg, #f08ab8, #F0A08A);