#fc79eb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 121, 235
HSL
308°, 96%, 73%
CMYK
0, 52, 7, 1
Luminance
0.4037
Every format
| HEX | #fc79eb |
| RGB | rgb(252, 121, 235) |
| HSL | hsl(308, 96%, 73%) |
| CMYK | cmyk(0%, 52%, 7%, 1%) |
| LAB | lab(69.7 64.0 -35.0) |
| LCH | lch(69.7 73.0 331.4) |
| OKLCH | oklch(0.765 0.207 332.6) |
Copy-ready code
/* CSS */
color: #fc79eb;
background-color: #fc79eb;
/* Tailwind (arbitrary) */
class="text-[#fc79eb] bg-[#fc79eb]"
/* SCSS */
$brand: #fc79eb;
/* SwiftUI */
Color(red: 0.988, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#fc79eb")Accessibility — WCAG contrast
Aa
#fc79eb on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc79eb on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green47.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow6.7%
Key (black)1.2%
Color previews
#fc79eb text on a black background
contrast 9.07:1
Card sample
#fc79eb text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc79eb;
Background color
Panel with #fc79eb background
background-color: #fc79eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc79eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc79eb; background: linear-gradient(135deg, #fc79eb, #FC7993);