#f39eb4
a light, electric magenta / pink · warm · closest name: pink
RGB
243, 158, 180
HSL
345°, 78%, 79%
CMYK
0, 35, 26, 5
Luminance
0.4680
Every format
| HEX | #f39eb4 |
| RGB | rgb(243, 158, 180) |
| HSL | hsl(345, 78%, 79%) |
| CMYK | cmyk(0%, 35%, 26%, 5%) |
| LAB | lab(74.1 34.5 1.8) |
| LCH | lch(74.1 34.5 3.0) |
| OKLCH | oklch(0.790 0.104 2.9) |
Copy-ready code
/* CSS */
color: #f39eb4;
background-color: #f39eb4;
/* Tailwind (arbitrary) */
class="text-[#f39eb4] bg-[#f39eb4]"
/* SCSS */
$brand: #f39eb4;
/* SwiftUI */
Color(red: 0.953, green: 0.620, blue: 0.706)
/* Android */
Color.parseColor("#f39eb4")Accessibility — WCAG contrast
Aa
#f39eb4 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39eb4 on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green62.0%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow25.9%
Key (black)4.7%
Color previews
#f39eb4 text on a black background
contrast 10.36:1
Card sample
#f39eb4 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39eb4;
Background color
Panel with #f39eb4 background
background-color: #f39eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 158, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 158, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39eb4; background: linear-gradient(135deg, #f39eb4, #F3C19E);