#f06af7
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 106, 247
HSL
297°, 90%, 69%
CMYK
3, 57, 0, 3
Luminance
0.3555
Every format
| HEX | #f06af7 |
| RGB | rgb(240, 106, 247) |
| HSL | hsl(297, 90%, 69%) |
| CMYK | cmyk(3%, 57%, 0%, 3%) |
| LAB | lab(66.2 69.6 -47.3) |
| LCH | lch(66.2 84.1 325.8) |
| OKLCH | oklch(0.738 0.231 325.6) |
Copy-ready code
/* CSS */
color: #f06af7;
background-color: #f06af7;
/* Tailwind (arbitrary) */
class="text-[#f06af7] bg-[#f06af7]"
/* SCSS */
$brand: #f06af7;
/* SwiftUI */
Color(red: 0.941, green: 0.416, blue: 0.969)
/* Android */
Color.parseColor("#f06af7")Accessibility — WCAG contrast
Aa
#f06af7 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f06af7 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green41.6%
Blue96.9%
CMYK percentages
Cyan2.8%
Magenta57.1%
Yellow0.0%
Key (black)3.1%
Color previews
#f06af7 text on a black background
contrast 8.11:1
Card sample
#f06af7 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06af7;
Background color
Panel with #f06af7 background
background-color: #f06af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 106, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 106, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06af7; background: linear-gradient(135deg, #f06af7, #F76AA0);