#f27cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 124, 253
HSL
295°, 97%, 74%
CMYK
4, 51, 0, 1
Luminance
0.4038
Every format
| HEX | #f27cfd |
| RGB | rgb(242, 124, 253) |
| HSL | hsl(295, 97%, 74%) |
| CMYK | cmyk(4%, 51%, 0%, 1%) |
| LAB | lab(69.7 63.0 -44.9) |
| LCH | lch(69.7 77.4 324.5) |
| OKLCH | oklch(0.765 0.211 324.1) |
Copy-ready code
/* CSS */
color: #f27cfd;
background-color: #f27cfd;
/* Tailwind (arbitrary) */
class="text-[#f27cfd] bg-[#f27cfd]"
/* SCSS */
$brand: #f27cfd;
/* SwiftUI */
Color(red: 0.949, green: 0.486, blue: 0.992)
/* Android */
Color.parseColor("#f27cfd")Accessibility — WCAG contrast
Aa
#f27cfd on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f27cfd on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green48.6%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta51.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f27cfd text on a black background
contrast 9.08:1
Card sample
#f27cfd text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f27cfd;
Background color
Panel with #f27cfd background
background-color: #f27cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f27cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 124, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 124, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f27cfd; background: linear-gradient(135deg, #f27cfd, #FD7CB2);