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