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