#f183cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 131, 205
HSL
320°, 80%, 73%
CMYK
0, 46, 15, 6
Luminance
0.3934
Every format
| HEX | #f183cd |
| RGB | rgb(241, 131, 205) |
| HSL | hsl(320, 80%, 73%) |
| CMYK | cmyk(0%, 46%, 15%, 6%) |
| LAB | lab(69.0 51.3 -19.6) |
| LCH | lch(69.0 54.9 339.1) |
| OKLCH | oklch(0.753 0.160 340.9) |
Copy-ready code
/* CSS */
color: #f183cd;
background-color: #f183cd;
/* Tailwind (arbitrary) */
class="text-[#f183cd] bg-[#f183cd]"
/* SCSS */
$brand: #f183cd;
/* SwiftUI */
Color(red: 0.945, green: 0.514, blue: 0.804)
/* Android */
Color.parseColor("#f183cd")Accessibility — WCAG contrast
Aa
#f183cd on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f183cd on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green51.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta45.6%
Yellow14.9%
Key (black)5.5%
Color previews
#f183cd text on a black background
contrast 8.87:1
Card sample
#f183cd text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f183cd;
Background color
Panel with #f183cd background
background-color: #f183cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f183cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 131, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 131, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f183cd; background: linear-gradient(135deg, #f183cd, #F18384);