#f08dcd
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 141, 205
HSL
321°, 77%, 75%
CMYK
0, 41, 15, 6
Luminance
0.4198
Every format
| HEX | #f08dcd |
| RGB | rgb(240, 141, 205) |
| HSL | hsl(321, 77%, 75%) |
| CMYK | cmyk(0%, 41%, 15%, 6%) |
| LAB | lab(70.9 46.0 -16.8) |
| LCH | lch(70.9 48.9 339.9) |
| OKLCH | oklch(0.767 0.142 341.7) |
Copy-ready code
/* CSS */
color: #f08dcd;
background-color: #f08dcd;
/* Tailwind (arbitrary) */
class="text-[#f08dcd] bg-[#f08dcd]"
/* SCSS */
$brand: #f08dcd;
/* SwiftUI */
Color(red: 0.941, green: 0.553, blue: 0.804)
/* Android */
Color.parseColor("#f08dcd")Accessibility — WCAG contrast
Aa
#f08dcd on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08dcd on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green55.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow14.6%
Key (black)5.9%
Color previews
#f08dcd text on a black background
contrast 9.40:1
Card sample
#f08dcd text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08dcd;
Background color
Panel with #f08dcd background
background-color: #f08dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 141, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 141, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08dcd; background: linear-gradient(135deg, #f08dcd, #F08F8D);