#f38abc
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 138, 188
HSL
331°, 81%, 75%
CMYK
0, 43, 23, 5
Luminance
0.4086
Every format
| HEX | #f38abc |
| RGB | rgb(243, 138, 188) |
| HSL | hsl(331, 81%, 75%) |
| CMYK | cmyk(0%, 43%, 23%, 5%) |
| LAB | lab(70.1 45.9 -8.5) |
| LCH | lch(70.1 46.7 349.6) |
| OKLCH | oklch(0.760 0.140 351.0) |
Copy-ready code
/* CSS */
color: #f38abc;
background-color: #f38abc;
/* Tailwind (arbitrary) */
class="text-[#f38abc] bg-[#f38abc]"
/* SCSS */
$brand: #f38abc;
/* SwiftUI */
Color(red: 0.953, green: 0.541, blue: 0.737)
/* Android */
Color.parseColor("#f38abc")Accessibility — WCAG contrast
Aa
#f38abc on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38abc on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green54.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow22.6%
Key (black)4.7%
Color previews
#f38abc text on a black background
contrast 9.17:1
Card sample
#f38abc text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38abc;
Background color
Panel with #f38abc background
background-color: #f38abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 138, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 138, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38abc; background: linear-gradient(135deg, #f38abc, #F39E8A);