#f09cda
a light, vivid magenta / pink · warm · closest name: plum
RGB
240, 156, 218
HSL
316°, 74%, 78%
CMYK
0, 35, 9, 6
Luminance
0.4736
Every format
| HEX | #f09cda |
| RGB | rgb(240, 156, 218) |
| HSL | hsl(316, 74%, 78%) |
| CMYK | cmyk(0%, 35%, 9%, 6%) |
| LAB | lab(74.4 40.3 -18.6) |
| LCH | lch(74.4 44.4 335.3) |
| OKLCH | oklch(0.795 0.127 336.9) |
Copy-ready code
/* CSS */
color: #f09cda;
background-color: #f09cda;
/* Tailwind (arbitrary) */
class="text-[#f09cda] bg-[#f09cda]"
/* SCSS */
$brand: #f09cda;
/* SwiftUI */
Color(red: 0.941, green: 0.612, blue: 0.855)
/* Android */
Color.parseColor("#f09cda")Accessibility — WCAG contrast
Aa
#f09cda on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09cda on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green61.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow9.2%
Key (black)5.9%
Color previews
#f09cda text on a black background
contrast 10.47:1
Card sample
#f09cda text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09cda;
Background color
Panel with #f09cda background
background-color: #f09cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 156, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 156, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09cda; background: linear-gradient(135deg, #f09cda, #F09CA2);