#f08afd
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 138, 253
HSL
293°, 97%, 77%
CMYK
5, 46, 0, 1
Luminance
0.4379
Every format
| HEX | #f08afd |
| RGB | rgb(240, 138, 253) |
| HSL | hsl(293, 97%, 77%) |
| CMYK | cmyk(5%, 46%, 0%, 1%) |
| LAB | lab(72.1 55.7 -41.3) |
| LCH | lch(72.1 69.3 323.5) |
| OKLCH | oklch(0.782 0.188 322.9) |
Copy-ready code
/* CSS */
color: #f08afd;
background-color: #f08afd;
/* Tailwind (arbitrary) */
class="text-[#f08afd] bg-[#f08afd]"
/* SCSS */
$brand: #f08afd;
/* SwiftUI */
Color(red: 0.941, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#f08afd")Accessibility — WCAG contrast
Aa
#f08afd on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08afd on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green54.1%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#f08afd text on a black background
contrast 9.76:1
Card sample
#f08afd text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08afd;
Background color
Panel with #f08afd background
background-color: #f08afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08afd; background: linear-gradient(135deg, #f08afd, #FD8ABD);