#f182cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 130, 207
HSL
318°, 80%, 73%
CMYK
0, 46, 14, 6
Luminance
0.3917
Every format
| HEX | #f182cf |
| RGB | rgb(241, 130, 207) |
| HSL | hsl(318, 80%, 73%) |
| CMYK | cmyk(0%, 46%, 14%, 6%) |
| LAB | lab(68.9 52.1 -20.9) |
| LCH | lch(68.9 56.1 338.2) |
| OKLCH | oklch(0.753 0.163 339.9) |
Copy-ready code
/* CSS */
color: #f182cf;
background-color: #f182cf;
/* Tailwind (arbitrary) */
class="text-[#f182cf] bg-[#f182cf]"
/* SCSS */
$brand: #f182cf;
/* SwiftUI */
Color(red: 0.945, green: 0.510, blue: 0.812)
/* Android */
Color.parseColor("#f182cf")Accessibility — WCAG contrast
Aa
#f182cf on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f182cf on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green51.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta46.1%
Yellow14.1%
Key (black)5.5%
Color previews
#f182cf text on a black background
contrast 8.83:1
Card sample
#f182cf text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f182cf;
Background color
Panel with #f182cf background
background-color: #f182cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f182cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 130, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 130, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f182cf; background: linear-gradient(135deg, #f182cf, #F18285);