#f27af2
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 122, 242
HSL
300°, 82%, 71%
CMYK
0, 50, 0, 5
Luminance
0.3921
Every format
| HEX | #f27af2 |
| RGB | rgb(242, 122, 242) |
| HSL | hsl(300, 82%, 71%) |
| CMYK | cmyk(0%, 50%, 0%, 5%) |
| LAB | lab(68.9 62.0 -40.2) |
| LCH | lch(68.9 73.9 327.0) |
| OKLCH | oklch(0.758 0.205 327.4) |
Copy-ready code
/* CSS */
color: #f27af2;
background-color: #f27af2;
/* Tailwind (arbitrary) */
class="text-[#f27af2] bg-[#f27af2]"
/* SCSS */
$brand: #f27af2;
/* SwiftUI */
Color(red: 0.949, green: 0.478, blue: 0.949)
/* Android */
Color.parseColor("#f27af2")Accessibility — WCAG contrast
Aa
#f27af2 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f27af2 on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green47.8%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow0.0%
Key (black)5.1%
Color previews
#f27af2 text on a black background
contrast 8.84:1
Card sample
#f27af2 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f27af2;
Background color
Panel with #f27af2 background
background-color: #f27af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f27af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 122, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 122, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f27af2; background: linear-gradient(135deg, #f27af2, #F27AA2);