#f06fef
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 111, 239
HSL
301°, 81%, 69%
CMYK
0, 54, 0, 6
Luminance
0.3613
Every format
| HEX | #f06fef |
| RGB | rgb(240, 111, 239) |
| HSL | hsl(301, 81%, 69%) |
| CMYK | cmyk(0%, 54%, 0%, 6%) |
| LAB | lab(66.6 66.0 -42.1) |
| LCH | lch(66.6 78.3 327.5) |
| OKLCH | oklch(0.740 0.217 327.8) |
Copy-ready code
/* CSS */
color: #f06fef;
background-color: #f06fef;
/* Tailwind (arbitrary) */
class="text-[#f06fef] bg-[#f06fef]"
/* SCSS */
$brand: #f06fef;
/* SwiftUI */
Color(red: 0.941, green: 0.435, blue: 0.937)
/* Android */
Color.parseColor("#f06fef")Accessibility — WCAG contrast
Aa
#f06fef on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f06fef on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green43.5%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow0.4%
Key (black)5.9%
Color previews
#f06fef text on a black background
contrast 8.23:1
Card sample
#f06fef text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06fef;
Background color
Panel with #f06fef background
background-color: #f06fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 111, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 111, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06fef; background: linear-gradient(135deg, #f06fef, #F06F99);