#f38cfb
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 140, 251
HSL
296°, 93%, 77%
CMYK
3, 44, 0, 2
Luminance
0.4478
Every format
| HEX | #f38cfb |
| RGB | rgb(243, 140, 251) |
| HSL | hsl(296, 93%, 77%) |
| CMYK | cmyk(3%, 44%, 0%, 2%) |
| LAB | lab(72.8 55.1 -39.1) |
| LCH | lch(72.8 67.6 324.7) |
| OKLCH | oklch(0.788 0.185 324.5) |
Copy-ready code
/* CSS */
color: #f38cfb;
background-color: #f38cfb;
/* Tailwind (arbitrary) */
class="text-[#f38cfb] bg-[#f38cfb]"
/* SCSS */
$brand: #f38cfb;
/* SwiftUI */
Color(red: 0.953, green: 0.549, blue: 0.984)
/* Android */
Color.parseColor("#f38cfb")Accessibility — WCAG contrast
Aa
#f38cfb on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38cfb on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green54.9%
Blue98.4%
CMYK percentages
Cyan3.2%
Magenta44.2%
Yellow0.0%
Key (black)1.6%
Color previews
#f38cfb text on a black background
contrast 9.96:1
Card sample
#f38cfb text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38cfb;
Background color
Panel with #f38cfb background
background-color: #f38cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 140, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 140, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38cfb; background: linear-gradient(135deg, #f38cfb, #FB8CB9);