#f06cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 108, 223
HSL
308°, 82%, 68%
CMYK
0, 55, 7, 6
Luminance
0.3458
Every format
| HEX | #f06cdf |
| RGB | rgb(240, 108, 223) |
| HSL | hsl(308, 82%, 68%) |
| CMYK | cmyk(0%, 55%, 7%, 6%) |
| LAB | lab(65.4 64.7 -35.1) |
| LCH | lch(65.4 73.7 331.5) |
| OKLCH | oklch(0.729 0.209 332.7) |
Copy-ready code
/* CSS */
color: #f06cdf;
background-color: #f06cdf;
/* Tailwind (arbitrary) */
class="text-[#f06cdf] bg-[#f06cdf]"
/* SCSS */
$brand: #f06cdf;
/* SwiftUI */
Color(red: 0.941, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#f06cdf")Accessibility — WCAG contrast
Aa
#f06cdf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f06cdf on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green42.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta55.0%
Yellow7.1%
Key (black)5.9%
Color previews
#f06cdf text on a black background
contrast 7.92:1
Card sample
#f06cdf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06cdf;
Background color
Panel with #f06cdf background
background-color: #f06cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06cdf; background: linear-gradient(135deg, #f06cdf, #F06C87);