#f08cb2
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 140, 178
HSL
337°, 77%, 75%
CMYK
0, 42, 26, 6
Luminance
0.4050
Every format
| HEX | #f08cb2 |
| RGB | rgb(240, 140, 178) |
| HSL | hsl(337, 77%, 75%) |
| CMYK | cmyk(0%, 42%, 26%, 6%) |
| LAB | lab(69.8 42.5 -3.3) |
| LCH | lch(69.8 42.6 355.6) |
| OKLCH | oklch(0.756 0.129 356.4) |
Copy-ready code
/* CSS */
color: #f08cb2;
background-color: #f08cb2;
/* Tailwind (arbitrary) */
class="text-[#f08cb2] bg-[#f08cb2]"
/* SCSS */
$brand: #f08cb2;
/* SwiftUI */
Color(red: 0.941, green: 0.549, blue: 0.698)
/* Android */
Color.parseColor("#f08cb2")Accessibility — WCAG contrast
Aa
#f08cb2 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08cb2 on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green54.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow25.8%
Key (black)5.9%
Color previews
#f08cb2 text on a black background
contrast 9.10:1
Card sample
#f08cb2 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08cb2;
Background color
Panel with #f08cb2 background
background-color: #f08cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 140, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 140, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08cb2; background: linear-gradient(135deg, #f08cb2, #F0A98C);