#f077cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 119, 205
HSL
317°, 80%, 70%
CMYK
0, 50, 15, 6
Luminance
0.3613
Every format
| HEX | #f077cd |
| RGB | rgb(240, 119, 205) |
| HSL | hsl(317, 80%, 70%) |
| CMYK | cmyk(0%, 50%, 15%, 6%) |
| LAB | lab(66.6 56.9 -23.2) |
| LCH | lch(66.6 61.4 337.8) |
| OKLCH | oklch(0.735 0.178 339.6) |
Copy-ready code
/* CSS */
color: #f077cd;
background-color: #f077cd;
/* Tailwind (arbitrary) */
class="text-[#f077cd] bg-[#f077cd]"
/* SCSS */
$brand: #f077cd;
/* SwiftUI */
Color(red: 0.941, green: 0.467, blue: 0.804)
/* Android */
Color.parseColor("#f077cd")Accessibility — WCAG contrast
Aa
#f077cd on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f077cd on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green46.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow14.6%
Key (black)5.9%
Color previews
#f077cd text on a black background
contrast 8.23:1
Card sample
#f077cd text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f077cd;
Background color
Panel with #f077cd background
background-color: #f077cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f077cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 119, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 119, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f077cd; background: linear-gradient(135deg, #f077cd, #F0777C);