#ff2abb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 42, 187
HSL
319°, 100%, 58%
CMYK
0, 84, 27, 0
Luminance
0.2650
Every format
| HEX | #ff2abb |
| RGB | rgb(255, 42, 187) |
| HSL | hsl(319, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 27%, 0%) |
| LAB | lab(58.5 85.2 -25.2) |
| LCH | lch(58.5 88.9 343.5) |
| OKLCH | oklch(0.678 0.268 345.5) |
Copy-ready code
/* CSS */
color: #ff2abb;
background-color: #ff2abb;
/* Tailwind (arbitrary) */
class="text-[#ff2abb] bg-[#ff2abb]"
/* SCSS */
$brand: #ff2abb;
/* SwiftUI */
Color(red: 1.000, green: 0.165, blue: 0.733)
/* Android */
Color.parseColor("#ff2abb")Accessibility — WCAG contrast
Aa
#ff2abb on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2abb on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.5%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow26.7%
Key (black)0.0%
Color previews
#ff2abb text on a black background
contrast 6.30:1
Card sample
#ff2abb text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2abb;
Background color
Panel with #ff2abb background
background-color: #ff2abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 42, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 42, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2abb; background: linear-gradient(135deg, #ff2abb, #FF2A2D);