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