#f15cd3
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 92, 211
HSL
312°, 84%, 65%
CMYK
0, 62, 12, 6
Luminance
0.3106
Every format
| HEX | #f15cd3 |
| RGB | rgb(241, 92, 211) |
| HSL | hsl(312, 84%, 65%) |
| CMYK | cmyk(0%, 62%, 12%, 6%) |
| LAB | lab(62.6 70.0 -32.9) |
| LCH | lch(62.6 77.3 334.8) |
| OKLCH | oklch(0.706 0.223 336.5) |
Copy-ready code
/* CSS */
color: #f15cd3;
background-color: #f15cd3;
/* Tailwind (arbitrary) */
class="text-[#f15cd3] bg-[#f15cd3]"
/* SCSS */
$brand: #f15cd3;
/* SwiftUI */
Color(red: 0.945, green: 0.361, blue: 0.827)
/* Android */
Color.parseColor("#f15cd3")Accessibility — WCAG contrast
Aa
#f15cd3 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f15cd3 on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green36.1%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow12.4%
Key (black)5.5%
Color previews
#f15cd3 text on a black background
contrast 7.21:1
Card sample
#f15cd3 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f15cd3;
Background color
Panel with #f15cd3 background
background-color: #f15cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f15cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 92, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 92, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f15cd3; background: linear-gradient(135deg, #f15cd3, #F15C70);