#f39abc
a light, electric magenta / pink · warm · closest name: pink
RGB
243, 154, 188
HSL
337°, 79%, 78%
CMYK
0, 37, 23, 5
Luminance
0.4580
Every format
| HEX | #f39abc |
| RGB | rgb(243, 154, 188) |
| HSL | hsl(337, 79%, 78%) |
| CMYK | cmyk(0%, 37%, 23%, 5%) |
| LAB | lab(73.4 37.7 -3.5) |
| LCH | lch(73.4 37.9 354.7) |
| OKLCH | oklch(0.785 0.114 355.5) |
Copy-ready code
/* CSS */
color: #f39abc;
background-color: #f39abc;
/* Tailwind (arbitrary) */
class="text-[#f39abc] bg-[#f39abc]"
/* SCSS */
$brand: #f39abc;
/* SwiftUI */
Color(red: 0.953, green: 0.604, blue: 0.737)
/* Android */
Color.parseColor("#f39abc")Accessibility — WCAG contrast
Aa
#f39abc on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39abc on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green60.4%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow22.6%
Key (black)4.7%
Color previews
#f39abc text on a black background
contrast 10.16:1
Card sample
#f39abc text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39abc;
Background color
Panel with #f39abc background
background-color: #f39abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 154, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 154, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39abc; background: linear-gradient(135deg, #f39abc, #F3B39A);