#f15cd7
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 92, 215
HSL
311°, 84%, 65%
CMYK
0, 62, 11, 6
Luminance
0.3126
Every format
| HEX | #f15cd7 |
| RGB | rgb(241, 92, 215) |
| HSL | hsl(311, 84%, 65%) |
| CMYK | cmyk(0%, 62%, 11%, 6%) |
| LAB | lab(62.7 70.5 -34.8) |
| LCH | lch(62.7 78.7 333.7) |
| OKLCH | oklch(0.708 0.226 335.2) |
Copy-ready code
/* CSS */
color: #f15cd7;
background-color: #f15cd7;
/* Tailwind (arbitrary) */
class="text-[#f15cd7] bg-[#f15cd7]"
/* SCSS */
$brand: #f15cd7;
/* SwiftUI */
Color(red: 0.945, green: 0.361, blue: 0.843)
/* Android */
Color.parseColor("#f15cd7")Accessibility — WCAG contrast
Aa
#f15cd7 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f15cd7 on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green36.1%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow10.8%
Key (black)5.5%
Color previews
#f15cd7 text on a black background
contrast 7.25:1
Card sample
#f15cd7 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f15cd7;
Background color
Panel with #f15cd7 background
background-color: #f15cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f15cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 92, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 92, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f15cd7; background: linear-gradient(135deg, #f15cd7, #F15C74);