#f15fd2
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 95, 210
HSL
313°, 84%, 66%
CMYK
0, 61, 13, 6
Luminance
0.3154
Every format
| HEX | #f15fd2 |
| RGB | rgb(241, 95, 210) |
| HSL | hsl(313, 84%, 66%) |
| CMYK | cmyk(0%, 61%, 13%, 6%) |
| LAB | lab(63.0 68.6 -31.7) |
| LCH | lch(63.0 75.5 335.2) |
| OKLCH | oklch(0.709 0.218 336.9) |
Copy-ready code
/* CSS */
color: #f15fd2;
background-color: #f15fd2;
/* Tailwind (arbitrary) */
class="text-[#f15fd2] bg-[#f15fd2]"
/* SCSS */
$brand: #f15fd2;
/* SwiftUI */
Color(red: 0.945, green: 0.373, blue: 0.824)
/* Android */
Color.parseColor("#f15fd2")Accessibility — WCAG contrast
Aa
#f15fd2 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f15fd2 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green37.3%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow12.9%
Key (black)5.5%
Color previews
#f15fd2 text on a black background
contrast 7.31:1
Card sample
#f15fd2 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f15fd2;
Background color
Panel with #f15fd2 background
background-color: #f15fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f15fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 95, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 95, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f15fd2; background: linear-gradient(135deg, #f15fd2, #F15F71);