#f15cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 92, 223
HSL
307°, 84%, 65%
CMYK
0, 62, 8, 6
Luminance
0.3168
Every format
| HEX | #f15cdf |
| RGB | rgb(241, 92, 223) |
| HSL | hsl(307, 84%, 65%) |
| CMYK | cmyk(0%, 62%, 8%, 6%) |
| LAB | lab(63.1 71.8 -38.8) |
| LCH | lch(63.1 81.6 331.6) |
| OKLCH | oklch(0.712 0.232 332.8) |
Copy-ready code
/* CSS */
color: #f15cdf;
background-color: #f15cdf;
/* Tailwind (arbitrary) */
class="text-[#f15cdf] bg-[#f15cdf]"
/* SCSS */
$brand: #f15cdf;
/* SwiftUI */
Color(red: 0.945, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#f15cdf")Accessibility — WCAG contrast
Aa
#f15cdf on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f15cdf on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green36.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow7.5%
Key (black)5.5%
Color previews
#f15cdf text on a black background
contrast 7.34:1
Card sample
#f15cdf text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f15cdf;
Background color
Panel with #f15cdf background
background-color: #f15cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f15cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f15cdf; background: linear-gradient(135deg, #f15cdf, #F15C7C);