#f08dff
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 141, 255
HSL
292°, 100%, 78%
CMYK
6, 45, 0, 0
Luminance
0.4480
Every format
| HEX | #f08dff |
| RGB | rgb(240, 141, 255) |
| HSL | hsl(292, 100%, 78%) |
| CMYK | cmyk(6%, 45%, 0%, 0%) |
| LAB | lab(72.8 54.5 -41.3) |
| LCH | lch(72.8 68.4 322.9) |
| OKLCH | oklch(0.787 0.185 322.2) |
Copy-ready code
/* CSS */
color: #f08dff;
background-color: #f08dff;
/* Tailwind (arbitrary) */
class="text-[#f08dff] bg-[#f08dff]"
/* SCSS */
$brand: #f08dff;
/* SwiftUI */
Color(red: 0.941, green: 0.553, blue: 1.000)
/* Android */
Color.parseColor("#f08dff")Accessibility — WCAG contrast
Aa
#f08dff on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08dff on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green55.3%
Blue100.0%
CMYK percentages
Cyan5.9%
Magenta44.7%
Yellow0.0%
Key (black)0.0%
Color previews
#f08dff text on a black background
contrast 9.96:1
Card sample
#f08dff text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08dff;
Background color
Panel with #f08dff background
background-color: #f08dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 141, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 141, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08dff; background: linear-gradient(135deg, #f08dff, #FF8DC2);