#f38ad0
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 138, 208
HSL
320°, 81%, 75%
CMYK
0, 43, 14, 5
Luminance
0.4179
Every format
| HEX | #f38ad0 |
| RGB | rgb(243, 138, 208) |
| HSL | hsl(320, 81%, 75%) |
| CMYK | cmyk(0%, 43%, 14%, 5%) |
| LAB | lab(70.7 48.9 -18.6) |
| LCH | lch(70.7 52.3 339.2) |
| OKLCH | oklch(0.767 0.152 341.0) |
Copy-ready code
/* CSS */
color: #f38ad0;
background-color: #f38ad0;
/* Tailwind (arbitrary) */
class="text-[#f38ad0] bg-[#f38ad0]"
/* SCSS */
$brand: #f38ad0;
/* SwiftUI */
Color(red: 0.953, green: 0.541, blue: 0.816)
/* Android */
Color.parseColor("#f38ad0")Accessibility — WCAG contrast
Aa
#f38ad0 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38ad0 on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green54.1%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow14.4%
Key (black)4.7%
Color previews
#f38ad0 text on a black background
contrast 9.36:1
Card sample
#f38ad0 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38ad0;
Background color
Panel with #f38ad0 background
background-color: #f38ad0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38ad0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 138, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 138, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38ad0; background: linear-gradient(135deg, #f38ad0, #F38A8A);