#f08bc9
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 139, 201
HSL
323°, 77%, 74%
CMYK
0, 42, 16, 6
Luminance
0.4121
Every format
| HEX | #f08bc9 |
| RGB | rgb(240, 139, 201) |
| HSL | hsl(323, 77%, 74%) |
| CMYK | cmyk(0%, 42%, 16%, 6%) |
| LAB | lab(70.3 46.4 -15.4) |
| LCH | lch(70.3 48.8 341.6) |
| OKLCH | oklch(0.763 0.143 343.4) |
Copy-ready code
/* CSS */
color: #f08bc9;
background-color: #f08bc9;
/* Tailwind (arbitrary) */
class="text-[#f08bc9] bg-[#f08bc9]"
/* SCSS */
$brand: #f08bc9;
/* SwiftUI */
Color(red: 0.941, green: 0.545, blue: 0.788)
/* Android */
Color.parseColor("#f08bc9")Accessibility — WCAG contrast
Aa
#f08bc9 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08bc9 on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green54.5%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta42.1%
Yellow16.3%
Key (black)5.9%
Color previews
#f08bc9 text on a black background
contrast 9.24:1
Card sample
#f08bc9 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08bc9;
Background color
Panel with #f08bc9 background
background-color: #f08bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 139, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 139, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08bc9; background: linear-gradient(135deg, #f08bc9, #F0908B);