#ff7acb
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 122, 203
HSL
324°, 100%, 74%
CMYK
0, 52, 20, 0
Luminance
0.3949
Every format
| HEX | #ff7acb |
| RGB | rgb(255, 122, 203) |
| HSL | hsl(324, 100%, 74%) |
| CMYK | cmyk(0%, 52%, 20%, 0%) |
| LAB | lab(69.1 59.6 -18.1) |
| LCH | lch(69.1 62.3 343.1) |
| OKLCH | oklch(0.758 0.184 344.9) |
Copy-ready code
/* CSS */
color: #ff7acb;
background-color: #ff7acb;
/* Tailwind (arbitrary) */
class="text-[#ff7acb] bg-[#ff7acb]"
/* SCSS */
$brand: #ff7acb;
/* SwiftUI */
Color(red: 1.000, green: 0.478, blue: 0.796)
/* Android */
Color.parseColor("#ff7acb")Accessibility — WCAG contrast
Aa
#ff7acb on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7acb on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green47.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow20.4%
Key (black)0.0%
Color previews
#ff7acb text on a black background
contrast 8.90:1
Card sample
#ff7acb text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7acb;
Background color
Panel with #ff7acb background
background-color: #ff7acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 122, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 122, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7acb; background: linear-gradient(135deg, #ff7acb, #FF827A);