#f097fd
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 151, 253
HSL
292°, 96%, 79%
CMYK
5, 40, 0, 1
Luminance
0.4775
Every format
| HEX | #f097fd |
| RGB | rgb(240, 151, 253) |
| HSL | hsl(292, 96%, 79%) |
| CMYK | cmyk(5%, 40%, 0%, 1%) |
| LAB | lab(74.7 49.1 -37.3) |
| LCH | lch(74.7 61.6 322.8) |
| OKLCH | oklch(0.801 0.167 322.3) |
Copy-ready code
/* CSS */
color: #f097fd;
background-color: #f097fd;
/* Tailwind (arbitrary) */
class="text-[#f097fd] bg-[#f097fd]"
/* SCSS */
$brand: #f097fd;
/* SwiftUI */
Color(red: 0.941, green: 0.592, blue: 0.992)
/* Android */
Color.parseColor("#f097fd")Accessibility — WCAG contrast
Aa
#f097fd on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f097fd on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green59.2%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta40.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f097fd text on a black background
contrast 10.55:1
Card sample
#f097fd text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f097fd;
Background color
Panel with #f097fd background
background-color: #f097fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f097fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 151, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 151, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f097fd; background: linear-gradient(135deg, #f097fd, #FD97C6);