#fc7bf2
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 123, 242
HSL
305°, 96%, 74%
CMYK
0, 51, 4, 1
Luminance
0.4127
Every format
| HEX | #fc7bf2 |
| RGB | rgb(252, 123, 242) |
| HSL | hsl(305, 96%, 74%) |
| CMYK | cmyk(0%, 51%, 4%, 1%) |
| LAB | lab(70.4 64.3 -37.8) |
| LCH | lch(70.4 74.6 329.5) |
| OKLCH | oklch(0.771 0.209 330.4) |
Copy-ready code
/* CSS */
color: #fc7bf2;
background-color: #fc7bf2;
/* Tailwind (arbitrary) */
class="text-[#fc7bf2] bg-[#fc7bf2]"
/* SCSS */
$brand: #fc7bf2;
/* SwiftUI */
Color(red: 0.988, green: 0.482, blue: 0.949)
/* Android */
Color.parseColor("#fc7bf2")Accessibility — WCAG contrast
Aa
#fc7bf2 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7bf2 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green48.2%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow4.0%
Key (black)1.2%
Color previews
#fc7bf2 text on a black background
contrast 9.25:1
Card sample
#fc7bf2 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7bf2;
Background color
Panel with #fc7bf2 background
background-color: #fc7bf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7bf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 123, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 123, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7bf2; background: linear-gradient(135deg, #fc7bf2, #FC7B9C);