#f27ac6
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 122, 198
HSL
322°, 82%, 71%
CMYK
0, 50, 18, 5
Luminance
0.3687
Every format
| HEX | #f27ac6 |
| RGB | rgb(242, 122, 198) |
| HSL | hsl(322, 82%, 71%) |
| CMYK | cmyk(0%, 50%, 18%, 5%) |
| LAB | lab(67.2 55.0 -18.4) |
| LCH | lch(67.2 58.0 341.5) |
| OKLCH | oklch(0.739 0.171 343.3) |
Copy-ready code
/* CSS */
color: #f27ac6;
background-color: #f27ac6;
/* Tailwind (arbitrary) */
class="text-[#f27ac6] bg-[#f27ac6]"
/* SCSS */
$brand: #f27ac6;
/* SwiftUI */
Color(red: 0.949, green: 0.478, blue: 0.776)
/* Android */
Color.parseColor("#f27ac6")Accessibility — WCAG contrast
Aa
#f27ac6 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f27ac6 on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green47.8%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow18.2%
Key (black)5.1%
Color previews
#f27ac6 text on a black background
contrast 8.37:1
Card sample
#f27ac6 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f27ac6;
Background color
Panel with #f27ac6 background
background-color: #f27ac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f27ac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 122, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 122, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f27ac6; background: linear-gradient(135deg, #f27ac6, #F27E7A);