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