#f185d6
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 133, 214
HSL
315°, 79%, 73%
CMYK
0, 45, 11, 6
Luminance
0.4033
Every format
| HEX | #f185d6 |
| RGB | rgb(241, 133, 214) |
| HSL | hsl(315, 79%, 73%) |
| CMYK | cmyk(0%, 45%, 11%, 6%) |
| LAB | lab(69.7 51.7 -23.5) |
| LCH | lch(69.7 56.8 335.6) |
| OKLCH | oklch(0.760 0.163 337.2) |
Copy-ready code
/* CSS */
color: #f185d6;
background-color: #f185d6;
/* Tailwind (arbitrary) */
class="text-[#f185d6] bg-[#f185d6]"
/* SCSS */
$brand: #f185d6;
/* SwiftUI */
Color(red: 0.945, green: 0.522, blue: 0.839)
/* Android */
Color.parseColor("#f185d6")Accessibility — WCAG contrast
Aa
#f185d6 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f185d6 on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green52.2%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow11.2%
Key (black)5.5%
Color previews
#f185d6 text on a black background
contrast 9.07:1
Card sample
#f185d6 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f185d6;
Background color
Panel with #f185d6 background
background-color: #f185d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f185d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 133, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 133, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f185d6; background: linear-gradient(135deg, #f185d6, #F1858E);