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