#f07fef
a light, electric magenta / pink · warm · “violet”
RGB
240, 127, 239
HSL
301°, 79%, 72%
CMYK
0, 47, 0, 6
Luminance
0.3994
Every format
| HEX | #f07fef |
| RGB | rgb(240, 127, 239) |
| HSL | hsl(301, 79%, 72%) |
| CMYK | cmyk(0%, 47%, 0%, 6%) |
| LAB | lab(69.4 58.5 -37.8) |
| LCH | lch(69.4 69.7 327.2) |
| OKLCH | oklch(0.761 0.193 327.6) |
Copy-ready code
/* CSS */
color: #f07fef;
background-color: #f07fef;
/* Tailwind (arbitrary) */
class="text-[#f07fef] bg-[#f07fef]"
/* SCSS */
$brand: #f07fef;
/* SwiftUI */
Color(red: 0.941, green: 0.498, blue: 0.937)
/* Android */
Color.parseColor("#f07fef")Accessibility — WCAG contrast
Aa
#f07fef on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07fef on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green49.8%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow0.4%
Key (black)5.9%
Color previews
#f07fef text on a black background
contrast 8.99:1
Card sample
#f07fef text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07fef;
Background color
Panel with #f07fef background
background-color: #f07fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 127, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 127, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07fef; background: linear-gradient(135deg, #f07fef, #F07FA4);