#f27ace
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 122, 206
HSL
318°, 82%, 71%
CMYK
0, 50, 15, 5
Luminance
0.3725
Every format
| HEX | #f27ace |
| RGB | rgb(242, 122, 206) |
| HSL | hsl(318, 82%, 71%) |
| CMYK | cmyk(0%, 50%, 15%, 5%) |
| LAB | lab(67.5 56.2 -22.5) |
| LCH | lch(67.5 60.5 338.2) |
| OKLCH | oklch(0.742 0.176 340.0) |
Copy-ready code
/* CSS */
color: #f27ace;
background-color: #f27ace;
/* Tailwind (arbitrary) */
class="text-[#f27ace] bg-[#f27ace]"
/* SCSS */
$brand: #f27ace;
/* SwiftUI */
Color(red: 0.949, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#f27ace")Accessibility — WCAG contrast
Aa
#f27ace on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f27ace on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green47.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow14.9%
Key (black)5.1%
Color previews
#f27ace text on a black background
contrast 8.45:1
Card sample
#f27ace text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f27ace;
Background color
Panel with #f27ace background
background-color: #f27ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f27ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f27ace; background: linear-gradient(135deg, #f27ace, #F27A7E);