#ff28af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 40, 175
HSL
322°, 100%, 58%
CMYK
0, 84, 31, 0
Luminance
0.2587
Every format
| HEX | #ff28af |
| RGB | rgb(255, 40, 175) |
| HSL | hsl(322, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 31%, 0%) |
| LAB | lab(57.9 84.3 -19.2) |
| LCH | lch(57.9 86.5 347.2) |
| OKLCH | oklch(0.672 0.263 349.0) |
Copy-ready code
/* CSS */
color: #ff28af;
background-color: #ff28af;
/* Tailwind (arbitrary) */
class="text-[#ff28af] bg-[#ff28af]"
/* SCSS */
$brand: #ff28af;
/* SwiftUI */
Color(red: 1.000, green: 0.157, blue: 0.686)
/* Android */
Color.parseColor("#ff28af")Accessibility — WCAG contrast
Aa
#ff28af on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff28af on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green15.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow31.4%
Key (black)0.0%
Color previews
#ff28af text on a black background
contrast 6.17:1
Card sample
#ff28af text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff28af;
Background color
Panel with #ff28af background
background-color: #ff28af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff28af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 40, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 40, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff28af; background: linear-gradient(135deg, #ff28af, #FF3028);