#f096df
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 150, 223
HSL
311°, 75%, 77%
CMYK
0, 38, 7, 6
Luminance
0.4567
Every format
| HEX | #f096df |
| RGB | rgb(240, 150, 223) |
| HSL | hsl(311, 75%, 77%) |
| CMYK | cmyk(0%, 38%, 7%, 6%) |
| LAB | lab(73.3 44.3 -23.0) |
| LCH | lch(73.3 49.9 332.6) |
| OKLCH | oklch(0.788 0.141 334.0) |
Copy-ready code
/* CSS */
color: #f096df;
background-color: #f096df;
/* Tailwind (arbitrary) */
class="text-[#f096df] bg-[#f096df]"
/* SCSS */
$brand: #f096df;
/* SwiftUI */
Color(red: 0.941, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#f096df")Accessibility — WCAG contrast
Aa
#f096df on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f096df on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green58.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow7.1%
Key (black)5.9%
Color previews
#f096df text on a black background
contrast 10.13:1
Card sample
#f096df text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f096df;
Background color
Panel with #f096df background
background-color: #f096df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f096df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f096df; background: linear-gradient(135deg, #f096df, #F096A3);