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