#f271cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 113, 205
HSL
317°, 83%, 70%
CMYK
0, 53, 15, 5
Luminance
0.3510
Every format
| HEX | #f271cd |
| RGB | rgb(242, 113, 205) |
| HSL | hsl(317, 83%, 70%) |
| CMYK | cmyk(0%, 53%, 15%, 5%) |
| LAB | lab(65.8 60.3 -24.4) |
| LCH | lch(65.8 65.0 337.9) |
| OKLCH | oklch(0.730 0.189 339.7) |
Copy-ready code
/* CSS */
color: #f271cd;
background-color: #f271cd;
/* Tailwind (arbitrary) */
class="text-[#f271cd] bg-[#f271cd]"
/* SCSS */
$brand: #f271cd;
/* SwiftUI */
Color(red: 0.949, green: 0.443, blue: 0.804)
/* Android */
Color.parseColor("#f271cd")Accessibility — WCAG contrast
Aa
#f271cd on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f271cd on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green44.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow15.3%
Key (black)5.1%
Color previews
#f271cd text on a black background
contrast 8.02:1
Card sample
#f271cd text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f271cd;
Background color
Panel with #f271cd background
background-color: #f271cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f271cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 113, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 113, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f271cd; background: linear-gradient(135deg, #f271cd, #F27177);