#f05af5
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 90, 245
HSL
298°, 89%, 66%
CMYK
2, 63, 0, 4
Luminance
0.3243
Every format
| HEX | #f05af5 |
| RGB | rgb(240, 90, 245) |
| HSL | hsl(298, 89%, 66%) |
| CMYK | cmyk(2%, 63%, 0%, 4%) |
| LAB | lab(63.7 75.8 -50.1) |
| LCH | lch(63.7 90.8 326.6) |
| OKLCH | oklch(0.720 0.251 326.5) |
Copy-ready code
/* CSS */
color: #f05af5;
background-color: #f05af5;
/* Tailwind (arbitrary) */
class="text-[#f05af5] bg-[#f05af5]"
/* SCSS */
$brand: #f05af5;
/* SwiftUI */
Color(red: 0.941, green: 0.353, blue: 0.961)
/* Android */
Color.parseColor("#f05af5")Accessibility — WCAG contrast
Aa
#f05af5 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f05af5 on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green35.3%
Blue96.1%
CMYK percentages
Cyan2.0%
Magenta63.3%
Yellow0.0%
Key (black)3.9%
Color previews
#f05af5 text on a black background
contrast 7.49:1
Card sample
#f05af5 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f05af5;
Background color
Panel with #f05af5 background
background-color: #f05af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f05af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 90, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 90, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f05af5; background: linear-gradient(135deg, #f05af5, #F55A93);