#f38daf
a light, electric magenta / pink · warm · closest name: pink
RGB
243, 141, 175
HSL
340°, 81%, 75%
CMYK
0, 42, 28, 5
Luminance
0.4120
Every format
| HEX | #f38daf |
| RGB | rgb(243, 141, 175) |
| HSL | hsl(340, 81%, 75%) |
| CMYK | cmyk(0%, 42%, 28%, 5%) |
| LAB | lab(70.3 42.6 -0.9) |
| LCH | lch(70.3 42.6 358.8) |
| OKLCH | oklch(0.761 0.129 359.3) |
Copy-ready code
/* CSS */
color: #f38daf;
background-color: #f38daf;
/* Tailwind (arbitrary) */
class="text-[#f38daf] bg-[#f38daf]"
/* SCSS */
$brand: #f38daf;
/* SwiftUI */
Color(red: 0.953, green: 0.553, blue: 0.686)
/* Android */
Color.parseColor("#f38daf")Accessibility — WCAG contrast
Aa
#f38daf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38daf on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green55.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow28.0%
Key (black)4.7%
Color previews
#f38daf text on a black background
contrast 9.24:1
Card sample
#f38daf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38daf;
Background color
Panel with #f38daf background
background-color: #f38daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 141, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 141, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38daf; background: linear-gradient(135deg, #f38daf, #F3AF8D);