#f39dec
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 157, 236
HSL
305°, 78%, 78%
CMYK
0, 35, 3, 5
Luminance
0.4922
Every format
| HEX | #f39dec |
| RGB | rgb(243, 157, 236) |
| HSL | hsl(305, 78%, 78%) |
| CMYK | cmyk(0%, 35%, 3%, 5%) |
| LAB | lab(75.6 43.8 -26.6) |
| LCH | lch(75.6 51.2 328.8) |
| OKLCH | oklch(0.807 0.142 329.7) |
Copy-ready code
/* CSS */
color: #f39dec;
background-color: #f39dec;
/* Tailwind (arbitrary) */
class="text-[#f39dec] bg-[#f39dec]"
/* SCSS */
$brand: #f39dec;
/* SwiftUI */
Color(red: 0.953, green: 0.616, blue: 0.925)
/* Android */
Color.parseColor("#f39dec")Accessibility — WCAG contrast
Aa
#f39dec on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39dec on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green61.6%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow2.9%
Key (black)4.7%
Color previews
#f39dec text on a black background
contrast 10.84:1
Card sample
#f39dec text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39dec;
Background color
Panel with #f39dec background
background-color: #f39dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 157, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 157, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39dec; background: linear-gradient(135deg, #f39dec, #F39DB3);