#ff7dba
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 125, 186
HSL
332°, 100%, 75%
CMYK
0, 51, 27, 0
Luminance
0.3947
Every format
| HEX | #ff7dba |
| RGB | rgb(255, 125, 186) |
| HSL | hsl(332, 100%, 75%) |
| CMYK | cmyk(0%, 51%, 27%, 0%) |
| LAB | lab(69.1 55.9 -8.7) |
| LCH | lch(69.1 56.6 351.2) |
| OKLCH | oklch(0.756 0.171 352.5) |
Copy-ready code
/* CSS */
color: #ff7dba;
background-color: #ff7dba;
/* Tailwind (arbitrary) */
class="text-[#ff7dba] bg-[#ff7dba]"
/* SCSS */
$brand: #ff7dba;
/* SwiftUI */
Color(red: 1.000, green: 0.490, blue: 0.729)
/* Android */
Color.parseColor("#ff7dba")Accessibility — WCAG contrast
Aa
#ff7dba on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7dba on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green49.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow27.1%
Key (black)0.0%
Color previews
#ff7dba text on a black background
contrast 8.89:1
Card sample
#ff7dba text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7dba;
Background color
Panel with #ff7dba background
background-color: #ff7dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 125, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 125, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7dba; background: linear-gradient(135deg, #ff7dba, #FF977D);