#f096cd
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 150, 205
HSL
323°, 75%, 77%
CMYK
0, 38, 15, 6
Luminance
0.4475
Every format
| HEX | #f096cd |
| RGB | rgb(240, 150, 205) |
| HSL | hsl(323, 75%, 77%) |
| CMYK | cmyk(0%, 38%, 15%, 6%) |
| LAB | lab(72.7 41.3 -14.0) |
| LCH | lch(72.7 43.6 341.3) |
| OKLCH | oklch(0.781 0.127 343.1) |
Copy-ready code
/* CSS */
color: #f096cd;
background-color: #f096cd;
/* Tailwind (arbitrary) */
class="text-[#f096cd] bg-[#f096cd]"
/* SCSS */
$brand: #f096cd;
/* SwiftUI */
Color(red: 0.941, green: 0.588, blue: 0.804)
/* Android */
Color.parseColor("#f096cd")Accessibility — WCAG contrast
Aa
#f096cd on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f096cd on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green58.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow14.6%
Key (black)5.9%
Color previews
#f096cd text on a black background
contrast 9.95:1
Card sample
#f096cd text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f096cd;
Background color
Panel with #f096cd background
background-color: #f096cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f096cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 150, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 150, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f096cd; background: linear-gradient(135deg, #f096cd, #F09B96);