#f082ba
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 130, 186
HSL
330°, 79%, 73%
CMYK
0, 46, 23, 6
Luminance
0.3804
Every format
| HEX | #f082ba |
| RGB | rgb(240, 130, 186) |
| HSL | hsl(330, 79%, 73%) |
| CMYK | cmyk(0%, 46%, 23%, 6%) |
| LAB | lab(68.0 48.7 -10.4) |
| LCH | lch(68.0 49.8 347.9) |
| OKLCH | oklch(0.744 0.148 349.5) |
Copy-ready code
/* CSS */
color: #f082ba;
background-color: #f082ba;
/* Tailwind (arbitrary) */
class="text-[#f082ba] bg-[#f082ba]"
/* SCSS */
$brand: #f082ba;
/* SwiftUI */
Color(red: 0.941, green: 0.510, blue: 0.729)
/* Android */
Color.parseColor("#f082ba")Accessibility — WCAG contrast
Aa
#f082ba on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f082ba on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green51.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow22.5%
Key (black)5.9%
Color previews
#f082ba text on a black background
contrast 8.61:1
Card sample
#f082ba text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f082ba;
Background color
Panel with #f082ba background
background-color: #f082ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f082ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 130, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 130, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f082ba; background: linear-gradient(135deg, #f082ba, #F09382);