#f08cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 140, 223
HSL
310°, 77%, 75%
CMYK
0, 42, 7, 6
Luminance
0.4261
Every format
| HEX | #f08cdf |
| RGB | rgb(240, 140, 223) |
| HSL | hsl(310, 77%, 75%) |
| CMYK | cmyk(0%, 42%, 7%, 6%) |
| LAB | lab(71.3 49.4 -26.1) |
| LCH | lch(71.3 55.8 332.2) |
| OKLCH | oklch(0.772 0.158 333.5) |
Copy-ready code
/* CSS */
color: #f08cdf;
background-color: #f08cdf;
/* Tailwind (arbitrary) */
class="text-[#f08cdf] bg-[#f08cdf]"
/* SCSS */
$brand: #f08cdf;
/* SwiftUI */
Color(red: 0.941, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#f08cdf")Accessibility — WCAG contrast
Aa
#f08cdf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08cdf on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green54.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow7.1%
Key (black)5.9%
Color previews
#f08cdf text on a black background
contrast 9.52:1
Card sample
#f08cdf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08cdf;
Background color
Panel with #f08cdf background
background-color: #f08cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08cdf; background: linear-gradient(135deg, #f08cdf, #F08C9C);