#f08cd7
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 140, 215
HSL
315°, 77%, 75%
CMYK
0, 42, 10, 6
Luminance
0.4219
Every format
| HEX | #f08cd7 |
| RGB | rgb(240, 140, 215) |
| HSL | hsl(315, 77%, 75%) |
| CMYK | cmyk(0%, 42%, 10%, 6%) |
| LAB | lab(71.0 48.1 -22.1) |
| LCH | lch(71.0 52.9 335.3) |
| OKLCH | oklch(0.769 0.151 336.9) |
Copy-ready code
/* CSS */
color: #f08cd7;
background-color: #f08cd7;
/* Tailwind (arbitrary) */
class="text-[#f08cd7] bg-[#f08cd7]"
/* SCSS */
$brand: #f08cd7;
/* SwiftUI */
Color(red: 0.941, green: 0.549, blue: 0.843)
/* Android */
Color.parseColor("#f08cd7")Accessibility — WCAG contrast
Aa
#f08cd7 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08cd7 on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green54.9%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow10.4%
Key (black)5.9%
Color previews
#f08cd7 text on a black background
contrast 9.44:1
Card sample
#f08cd7 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08cd7;
Background color
Panel with #f08cd7 background
background-color: #f08cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 140, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 140, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08cd7; background: linear-gradient(135deg, #f08cd7, #F08C94);