#f39dce
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 157, 206
HSL
326°, 78%, 78%
CMYK
0, 35, 15, 5
Luminance
0.4762
Every format
| HEX | #f39dce |
| RGB | rgb(243, 157, 206) |
| HSL | hsl(326, 78%, 78%) |
| CMYK | cmyk(0%, 35%, 15%, 5%) |
| LAB | lab(74.6 38.8 -11.7) |
| LCH | lch(74.6 40.5 343.2) |
| OKLCH | oklch(0.796 0.119 345.0) |
Copy-ready code
/* CSS */
color: #f39dce;
background-color: #f39dce;
/* Tailwind (arbitrary) */
class="text-[#f39dce] bg-[#f39dce]"
/* SCSS */
$brand: #f39dce;
/* SwiftUI */
Color(red: 0.953, green: 0.616, blue: 0.808)
/* Android */
Color.parseColor("#f39dce")Accessibility — WCAG contrast
Aa
#f39dce on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39dce on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green61.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow15.2%
Key (black)4.7%
Color previews
#f39dce text on a black background
contrast 10.52:1
Card sample
#f39dce text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39dce;
Background color
Panel with #f39dce background
background-color: #f39dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 157, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 157, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39dce; background: linear-gradient(135deg, #f39dce, #F3A59D);