#f39cdf
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 156, 223
HSL
314°, 78%, 78%
CMYK
0, 36, 8, 5
Luminance
0.4816
Every format
| HEX | #f39cdf |
| RGB | rgb(243, 156, 223) |
| HSL | hsl(314, 78%, 78%) |
| CMYK | cmyk(0%, 36%, 8%, 5%) |
| LAB | lab(74.9 42.1 -20.5) |
| LCH | lch(74.9 46.8 334.0) |
| OKLCH | oklch(0.801 0.133 335.6) |
Copy-ready code
/* CSS */
color: #f39cdf;
background-color: #f39cdf;
/* Tailwind (arbitrary) */
class="text-[#f39cdf] bg-[#f39cdf]"
/* SCSS */
$brand: #f39cdf;
/* SwiftUI */
Color(red: 0.953, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#f39cdf")Accessibility — WCAG contrast
Aa
#f39cdf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39cdf on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green61.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow8.2%
Key (black)4.7%
Color previews
#f39cdf text on a black background
contrast 10.63:1
Card sample
#f39cdf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39cdf;
Background color
Panel with #f39cdf background
background-color: #f39cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39cdf; background: linear-gradient(135deg, #f39cdf, #F39CA5);