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