#ff2dbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 45, 191
HSL
318°, 100%, 59%
CMYK
0, 82, 25, 0
Luminance
0.2690
Every format
| HEX | #ff2dbf |
| RGB | rgb(255, 45, 191) |
| HSL | hsl(318, 100%, 59%) |
| CMYK | cmyk(0%, 82%, 25%, 0%) |
| LAB | lab(58.9 85.1 -27.0) |
| LCH | lch(58.9 89.2 342.4) |
| OKLCH | oklch(0.681 0.268 344.4) |
Copy-ready code
/* CSS */
color: #ff2dbf;
background-color: #ff2dbf;
/* Tailwind (arbitrary) */
class="text-[#ff2dbf] bg-[#ff2dbf]"
/* SCSS */
$brand: #ff2dbf;
/* SwiftUI */
Color(red: 1.000, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#ff2dbf")Accessibility — WCAG contrast
Aa
#ff2dbf on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2dbf on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green17.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow25.1%
Key (black)0.0%
Color previews
#ff2dbf text on a black background
contrast 6.38:1
Card sample
#ff2dbf text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2dbf;
Background color
Panel with #ff2dbf background
background-color: #ff2dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2dbf; background: linear-gradient(135deg, #ff2dbf, #FF2D33);