#ff78ce
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 120, 206
HSL
322°, 100%, 74%
CMYK
0, 53, 19, 0
Luminance
0.3915
Every format
| HEX | #ff78ce |
| RGB | rgb(255, 120, 206) |
| HSL | hsl(322, 100%, 74%) |
| CMYK | cmyk(0%, 53%, 19%, 0%) |
| LAB | lab(68.9 61.0 -20.2) |
| LCH | lch(68.9 64.2 341.7) |
| OKLCH | oklch(0.756 0.190 343.5) |
Copy-ready code
/* CSS */
color: #ff78ce;
background-color: #ff78ce;
/* Tailwind (arbitrary) */
class="text-[#ff78ce] bg-[#ff78ce]"
/* SCSS */
$brand: #ff78ce;
/* SwiftUI */
Color(red: 1.000, green: 0.471, blue: 0.808)
/* Android */
Color.parseColor("#ff78ce")Accessibility — WCAG contrast
Aa
#ff78ce on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff78ce on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green47.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow19.2%
Key (black)0.0%
Color previews
#ff78ce text on a black background
contrast 8.83:1
Card sample
#ff78ce text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff78ce;
Background color
Panel with #ff78ce background
background-color: #ff78ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff78ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 120, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 120, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff78ce; background: linear-gradient(135deg, #ff78ce, #FF7C78);