#f084cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 132, 205
HSL
319°, 78%, 73%
CMYK
0, 45, 15, 6
Luminance
0.3944
Every format
| HEX | #f084cd |
| RGB | rgb(240, 132, 205) |
| HSL | hsl(319, 78%, 73%) |
| CMYK | cmyk(0%, 45%, 15%, 6%) |
| LAB | lab(69.1 50.5 -19.5) |
| LCH | lch(69.1 54.1 338.9) |
| OKLCH | oklch(0.754 0.157 340.7) |
Copy-ready code
/* CSS */
color: #f084cd;
background-color: #f084cd;
/* Tailwind (arbitrary) */
class="text-[#f084cd] bg-[#f084cd]"
/* SCSS */
$brand: #f084cd;
/* SwiftUI */
Color(red: 0.941, green: 0.518, blue: 0.804)
/* Android */
Color.parseColor("#f084cd")Accessibility — WCAG contrast
Aa
#f084cd on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f084cd on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green51.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow14.6%
Key (black)5.9%
Color previews
#f084cd text on a black background
contrast 8.89:1
Card sample
#f084cd text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f084cd;
Background color
Panel with #f084cd background
background-color: #f084cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f084cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 132, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 132, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f084cd; background: linear-gradient(135deg, #f084cd, #F08485);