#ff3abb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 58, 187
HSL
321°, 100%, 61%
CMYK
0, 77, 27, 0
Luminance
0.2787
Every format
| HEX | #ff3abb |
| RGB | rgb(255, 58, 187) |
| HSL | hsl(321, 100%, 61%) |
| CMYK | cmyk(0%, 77%, 27%, 0%) |
| LAB | lab(59.8 81.6 -23.3) |
| LCH | lch(59.8 84.8 344.1) |
| OKLCH | oklch(0.687 0.256 346.0) |
Copy-ready code
/* CSS */
color: #ff3abb;
background-color: #ff3abb;
/* Tailwind (arbitrary) */
class="text-[#ff3abb] bg-[#ff3abb]"
/* SCSS */
$brand: #ff3abb;
/* SwiftUI */
Color(red: 1.000, green: 0.227, blue: 0.733)
/* Android */
Color.parseColor("#ff3abb")Accessibility — WCAG contrast
Aa
#ff3abb on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff3abb on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green22.7%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow26.7%
Key (black)0.0%
Color previews
#ff3abb text on a black background
contrast 6.57:1
Card sample
#ff3abb text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff3abb;
Background color
Panel with #ff3abb background
background-color: #ff3abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff3abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 58, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 58, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff3abb; background: linear-gradient(135deg, #ff3abb, #FF3C3A);