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