#f05dcf
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 93, 207
HSL
314°, 83%, 65%
CMYK
0, 61, 14, 6
Luminance
0.3086
Every format
| HEX | #f05dcf |
| RGB | rgb(240, 93, 207) |
| HSL | hsl(314, 83%, 65%) |
| CMYK | cmyk(0%, 61%, 14%, 6%) |
| LAB | lab(62.4 68.7 -30.9) |
| LCH | lch(62.4 75.3 335.8) |
| OKLCH | oklch(0.704 0.218 337.5) |
Copy-ready code
/* CSS */
color: #f05dcf;
background-color: #f05dcf;
/* Tailwind (arbitrary) */
class="text-[#f05dcf] bg-[#f05dcf]"
/* SCSS */
$brand: #f05dcf;
/* SwiftUI */
Color(red: 0.941, green: 0.365, blue: 0.812)
/* Android */
Color.parseColor("#f05dcf")Accessibility — WCAG contrast
Aa
#f05dcf on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f05dcf on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green36.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta61.2%
Yellow13.7%
Key (black)5.9%
Color previews
#f05dcf text on a black background
contrast 7.17:1
Card sample
#f05dcf text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f05dcf;
Background color
Panel with #f05dcf background
background-color: #f05dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f05dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 93, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 93, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f05dcf; background: linear-gradient(135deg, #f05dcf, #F05D6D);