#ff28bf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 40, 191
HSL
318°, 100%, 58%
CMYK
0, 84, 25, 0
Luminance
0.2654
Every format
| HEX | #ff28bf |
| RGB | rgb(255, 40, 191) |
| HSL | hsl(318, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 25%, 0%) |
| LAB | lab(58.5 86.0 -27.5) |
| LCH | lch(58.5 90.3 342.3) |
| OKLCH | oklch(0.679 0.271 344.3) |
Copy-ready code
/* CSS */
color: #ff28bf;
background-color: #ff28bf;
/* Tailwind (arbitrary) */
class="text-[#ff28bf] bg-[#ff28bf]"
/* SCSS */
$brand: #ff28bf;
/* SwiftUI */
Color(red: 1.000, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#ff28bf")Accessibility — WCAG contrast
Aa
#ff28bf on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff28bf on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green15.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow25.1%
Key (black)0.0%
Color previews
#ff28bf text on a black background
contrast 6.31:1
Card sample
#ff28bf text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff28bf;
Background color
Panel with #ff28bf background
background-color: #ff28bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff28bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff28bf; background: linear-gradient(135deg, #ff28bf, #FF282F);