#f08ab4
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 138, 180
HSL
335°, 77%, 74%
CMYK
0, 43, 25, 6
Luminance
0.4000
Every format
| HEX | #f08ab4 |
| RGB | rgb(240, 138, 180) |
| HSL | hsl(335, 77%, 74%) |
| CMYK | cmyk(0%, 43%, 25%, 6%) |
| LAB | lab(69.5 43.8 -4.9) |
| LCH | lch(69.5 44.1 353.6) |
| OKLCH | oklch(0.754 0.133 354.6) |
Copy-ready code
/* CSS */
color: #f08ab4;
background-color: #f08ab4;
/* Tailwind (arbitrary) */
class="text-[#f08ab4] bg-[#f08ab4]"
/* SCSS */
$brand: #f08ab4;
/* SwiftUI */
Color(red: 0.941, green: 0.541, blue: 0.706)
/* Android */
Color.parseColor("#f08ab4")Accessibility — WCAG contrast
Aa
#f08ab4 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08ab4 on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green54.1%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow25.0%
Key (black)5.9%
Color previews
#f08ab4 text on a black background
contrast 9.00:1
Card sample
#f08ab4 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08ab4;
Background color
Panel with #f08ab4 background
background-color: #f08ab4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08ab4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 138, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 138, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08ab4; background: linear-gradient(135deg, #f08ab4, #F0A48A);