#ff27cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 39, 207
HSL
313°, 100%, 58%
CMYK
0, 85, 19, 0
Luminance
0.2722
Every format
| HEX | #ff27cf |
| RGB | rgb(255, 39, 207) |
| HSL | hsl(313, 100%, 58%) |
| CMYK | cmyk(0%, 85%, 19%, 0%) |
| LAB | lab(59.2 88.1 -35.7) |
| LCH | lch(59.2 95.0 338.0) |
| OKLCH | oklch(0.686 0.281 339.9) |
Copy-ready code
/* CSS */
color: #ff27cf;
background-color: #ff27cf;
/* Tailwind (arbitrary) */
class="text-[#ff27cf] bg-[#ff27cf]"
/* SCSS */
$brand: #ff27cf;
/* SwiftUI */
Color(red: 1.000, green: 0.153, blue: 0.812)
/* Android */
Color.parseColor("#ff27cf")Accessibility — WCAG contrast
Aa
#ff27cf on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff27cf on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green15.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta84.7%
Yellow18.8%
Key (black)0.0%
Color previews
#ff27cf text on a black background
contrast 6.44:1
Card sample
#ff27cf text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff27cf;
Background color
Panel with #ff27cf background
background-color: #ff27cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff27cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 39, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 39, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff27cf; background: linear-gradient(135deg, #ff27cf, #FF273F);