#f27fd8
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 127, 216
HSL
314°, 82%, 72%
CMYK
0, 48, 11, 5
Luminance
0.3901
Every format
| HEX | #f27fd8 |
| RGB | rgb(242, 127, 216) |
| HSL | hsl(314, 82%, 72%) |
| CMYK | cmyk(0%, 48%, 11%, 5%) |
| LAB | lab(68.8 55.3 -26.1) |
| LCH | lch(68.8 61.1 334.8) |
| OKLCH | oklch(0.753 0.175 336.4) |
Copy-ready code
/* CSS */
color: #f27fd8;
background-color: #f27fd8;
/* Tailwind (arbitrary) */
class="text-[#f27fd8] bg-[#f27fd8]"
/* SCSS */
$brand: #f27fd8;
/* SwiftUI */
Color(red: 0.949, green: 0.498, blue: 0.847)
/* Android */
Color.parseColor("#f27fd8")Accessibility — WCAG contrast
Aa
#f27fd8 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f27fd8 on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green49.8%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow10.7%
Key (black)5.1%
Color previews
#f27fd8 text on a black background
contrast 8.80:1
Card sample
#f27fd8 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f27fd8;
Background color
Panel with #f27fd8 background
background-color: #f27fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f27fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 127, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 127, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f27fd8; background: linear-gradient(135deg, #f27fd8, #F27F8B);