#ff75ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 117, 186
HSL
330°, 100%, 73%
CMYK
0, 54, 27, 0
Luminance
0.3753
Every format
| HEX | #ff75ba |
| RGB | rgb(255, 117, 186) |
| HSL | hsl(330, 100%, 73%) |
| CMYK | cmyk(0%, 54%, 27%, 0%) |
| LAB | lab(67.7 59.7 -10.8) |
| LCH | lch(67.7 60.6 349.8) |
| OKLCH | oklch(0.745 0.183 351.2) |
Copy-ready code
/* CSS */
color: #ff75ba;
background-color: #ff75ba;
/* Tailwind (arbitrary) */
class="text-[#ff75ba] bg-[#ff75ba]"
/* SCSS */
$brand: #ff75ba;
/* SwiftUI */
Color(red: 1.000, green: 0.459, blue: 0.729)
/* Android */
Color.parseColor("#ff75ba")Accessibility — WCAG contrast
Aa
#ff75ba on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff75ba on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green45.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow27.1%
Key (black)0.0%
Color previews
#ff75ba text on a black background
contrast 8.51:1
Card sample
#ff75ba text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff75ba;
Background color
Panel with #ff75ba background
background-color: #ff75ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff75ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 117, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 117, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff75ba; background: linear-gradient(135deg, #ff75ba, #FF8C75);