#ff2bae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 43, 174
HSL
323°, 100%, 58%
CMYK
0, 83, 32, 0
Luminance
0.2604
Every format
| HEX | #ff2bae |
| RGB | rgb(255, 43, 174) |
| HSL | hsl(323, 100%, 58%) |
| CMYK | cmyk(0%, 83%, 32%, 0%) |
| LAB | lab(58.1 83.6 -18.4) |
| LCH | lch(58.1 85.6 347.6) |
| OKLCH | oklch(0.673 0.261 349.4) |
Copy-ready code
/* CSS */
color: #ff2bae;
background-color: #ff2bae;
/* Tailwind (arbitrary) */
class="text-[#ff2bae] bg-[#ff2bae]"
/* SCSS */
$brand: #ff2bae;
/* SwiftUI */
Color(red: 1.000, green: 0.169, blue: 0.682)
/* Android */
Color.parseColor("#ff2bae")Accessibility — WCAG contrast
Aa
#ff2bae on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2bae on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.9%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow31.8%
Key (black)0.0%
Color previews
#ff2bae text on a black background
contrast 6.21:1
Card sample
#ff2bae text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2bae;
Background color
Panel with #ff2bae background
background-color: #ff2bae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2bae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 43, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 43, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2bae; background: linear-gradient(135deg, #ff2bae, #FF352B);