#f38cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 140, 223
HSL
312°, 81%, 75%
CMYK
0, 42, 8, 5
Luminance
0.4314
Every format
| HEX | #f38cdf |
| RGB | rgb(243, 140, 223) |
| HSL | hsl(312, 81%, 75%) |
| CMYK | cmyk(0%, 42%, 8%, 5%) |
| LAB | lab(71.7 50.3 -25.5) |
| LCH | lch(71.7 56.4 333.1) |
| OKLCH | oklch(0.776 0.160 334.6) |
Copy-ready code
/* CSS */
color: #f38cdf;
background-color: #f38cdf;
/* Tailwind (arbitrary) */
class="text-[#f38cdf] bg-[#f38cdf]"
/* SCSS */
$brand: #f38cdf;
/* SwiftUI */
Color(red: 0.953, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#f38cdf")Accessibility — WCAG contrast
Aa
#f38cdf on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38cdf on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green54.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow8.2%
Key (black)4.7%
Color previews
#f38cdf text on a black background
contrast 9.63:1
Card sample
#f38cdf text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38cdf;
Background color
Panel with #f38cdf background
background-color: #f38cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38cdf; background: linear-gradient(135deg, #f38cdf, #F38C9A);