#f083cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 131, 207
HSL
318°, 78%, 73%
CMYK
0, 45, 14, 6
Luminance
0.3926
Every format
| HEX | #f083cf |
| RGB | rgb(240, 131, 207) |
| HSL | hsl(318, 78%, 73%) |
| CMYK | cmyk(0%, 45%, 14%, 6%) |
| LAB | lab(68.9 51.3 -20.8) |
| LCH | lch(68.9 55.4 337.9) |
| OKLCH | oklch(0.753 0.160 339.7) |
Copy-ready code
/* CSS */
color: #f083cf;
background-color: #f083cf;
/* Tailwind (arbitrary) */
class="text-[#f083cf] bg-[#f083cf]"
/* SCSS */
$brand: #f083cf;
/* SwiftUI */
Color(red: 0.941, green: 0.514, blue: 0.812)
/* Android */
Color.parseColor("#f083cf")Accessibility — WCAG contrast
Aa
#f083cf on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f083cf on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green51.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta45.4%
Yellow13.7%
Key (black)5.9%
Color previews
#f083cf text on a black background
contrast 8.85:1
Card sample
#f083cf text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f083cf;
Background color
Panel with #f083cf background
background-color: #f083cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f083cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 131, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 131, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f083cf; background: linear-gradient(135deg, #f083cf, #F08386);