#f38fef
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 143, 239
HSL
302°, 81%, 76%
CMYK
0, 41, 2, 5
Luminance
0.4493
Every format
| HEX | #f38fef |
| RGB | rgb(243, 143, 239) |
| HSL | hsl(302, 81%, 76%) |
| CMYK | cmyk(0%, 41%, 2%, 5%) |
| LAB | lab(72.8 51.5 -32.4) |
| LCH | lch(72.8 60.9 327.8) |
| OKLCH | oklch(0.787 0.169 328.5) |
Copy-ready code
/* CSS */
color: #f38fef;
background-color: #f38fef;
/* Tailwind (arbitrary) */
class="text-[#f38fef] bg-[#f38fef]"
/* SCSS */
$brand: #f38fef;
/* SwiftUI */
Color(red: 0.953, green: 0.561, blue: 0.937)
/* Android */
Color.parseColor("#f38fef")Accessibility — WCAG contrast
Aa
#f38fef on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38fef on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green56.1%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow1.6%
Key (black)4.7%
Color previews
#f38fef text on a black background
contrast 9.99:1
Card sample
#f38fef text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38fef;
Background color
Panel with #f38fef background
background-color: #f38fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 143, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 143, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38fef; background: linear-gradient(135deg, #f38fef, #F38FAC);