#ff7bae
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 123, 174
HSL
337°, 100%, 74%
CMYK
0, 52, 32, 0
Luminance
0.3848
Every format
| HEX | #ff7bae |
| RGB | rgb(255, 123, 174) |
| HSL | hsl(337, 100%, 74%) |
| CMYK | cmyk(0%, 52%, 32%, 0%) |
| LAB | lab(68.4 55.4 -3.0) |
| LCH | lch(68.4 55.5 356.9) |
| OKLCH | oklch(0.749 0.168 357.6) |
Copy-ready code
/* CSS */
color: #ff7bae;
background-color: #ff7bae;
/* Tailwind (arbitrary) */
class="text-[#ff7bae] bg-[#ff7bae]"
/* SCSS */
$brand: #ff7bae;
/* SwiftUI */
Color(red: 1.000, green: 0.482, blue: 0.682)
/* Android */
Color.parseColor("#ff7bae")Accessibility — WCAG contrast
Aa
#ff7bae on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7bae on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green48.2%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow31.8%
Key (black)0.0%
Color previews
#ff7bae text on a black background
contrast 8.70:1
Card sample
#ff7bae text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7bae;
Background color
Panel with #ff7bae background
background-color: #ff7bae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7bae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 123, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 123, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7bae; background: linear-gradient(135deg, #ff7bae, #FFA07B);