#ff76cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 118, 205
HSL
322°, 100%, 73%
CMYK
0, 54, 20, 0
Luminance
0.3862
Every format
| HEX | #ff76cd |
| RGB | rgb(255, 118, 205) |
| HSL | hsl(322, 100%, 73%) |
| CMYK | cmyk(0%, 54%, 20%, 0%) |
| LAB | lab(68.5 61.8 -20.2) |
| LCH | lch(68.5 65.0 341.9) |
| OKLCH | oklch(0.753 0.192 343.7) |
Copy-ready code
/* CSS */
color: #ff76cd;
background-color: #ff76cd;
/* Tailwind (arbitrary) */
class="text-[#ff76cd] bg-[#ff76cd]"
/* SCSS */
$brand: #ff76cd;
/* SwiftUI */
Color(red: 1.000, green: 0.463, blue: 0.804)
/* Android */
Color.parseColor("#ff76cd")Accessibility — WCAG contrast
Aa
#ff76cd on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff76cd on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green46.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow19.6%
Key (black)0.0%
Color previews
#ff76cd text on a black background
contrast 8.72:1
Card sample
#ff76cd text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff76cd;
Background color
Panel with #ff76cd background
background-color: #ff76cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff76cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 118, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 118, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff76cd; background: linear-gradient(135deg, #ff76cd, #FF7A76);