#f09fe2
a light, vivid magenta / pink · warm · closest name: plum
RGB
240, 159, 226
HSL
310°, 73%, 78%
CMYK
0, 34, 6, 6
Luminance
0.4881
Every format
| HEX | #f09fe2 |
| RGB | rgb(240, 159, 226) |
| HSL | hsl(310, 73%, 78%) |
| CMYK | cmyk(0%, 34%, 6%, 6%) |
| LAB | lab(75.3 40.1 -21.6) |
| LCH | lch(75.3 45.5 331.7) |
| OKLCH | oklch(0.803 0.128 333.1) |
Copy-ready code
/* CSS */
color: #f09fe2;
background-color: #f09fe2;
/* Tailwind (arbitrary) */
class="text-[#f09fe2] bg-[#f09fe2]"
/* SCSS */
$brand: #f09fe2;
/* SwiftUI */
Color(red: 0.941, green: 0.624, blue: 0.886)
/* Android */
Color.parseColor("#f09fe2")Accessibility — WCAG contrast
Aa
#f09fe2 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09fe2 on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green62.4%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow5.8%
Key (black)5.9%
Color previews
#f09fe2 text on a black background
contrast 10.76:1
Card sample
#f09fe2 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09fe2;
Background color
Panel with #f09fe2 background
background-color: #f09fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 159, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 159, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09fe2; background: linear-gradient(135deg, #f09fe2, #F09FAC);