#f08ab0
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 138, 176
HSL
338°, 77%, 74%
CMYK
0, 43, 27, 6
Luminance
0.3984
Every format
| HEX | #f08ab0 |
| RGB | rgb(240, 138, 176) |
| HSL | hsl(338, 77%, 74%) |
| CMYK | cmyk(0%, 43%, 27%, 6%) |
| LAB | lab(69.4 43.3 -2.9) |
| LCH | lch(69.4 43.4 356.2) |
| OKLCH | oklch(0.753 0.131 356.9) |
Copy-ready code
/* CSS */
color: #f08ab0;
background-color: #f08ab0;
/* Tailwind (arbitrary) */
class="text-[#f08ab0] bg-[#f08ab0]"
/* SCSS */
$brand: #f08ab0;
/* SwiftUI */
Color(red: 0.941, green: 0.541, blue: 0.690)
/* Android */
Color.parseColor("#f08ab0")Accessibility — WCAG contrast
Aa
#f08ab0 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08ab0 on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green54.1%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow26.7%
Key (black)5.9%
Color previews
#f08ab0 text on a black background
contrast 8.97:1
Card sample
#f08ab0 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08ab0;
Background color
Panel with #f08ab0 background
background-color: #f08ab0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08ab0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 138, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 138, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08ab0; background: linear-gradient(135deg, #f08ab0, #F0A88A);