#f075dc
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 117, 220
HSL
310°, 80%, 70%
CMYK
0, 51, 8, 6
Luminance
0.3642
Every format
| HEX | #f075dc |
| RGB | rgb(240, 117, 220) |
| HSL | hsl(310, 80%, 70%) |
| CMYK | cmyk(0%, 51%, 8%, 6%) |
| LAB | lab(66.8 60.1 -31.3) |
| LCH | lch(66.8 67.8 332.5) |
| OKLCH | oklch(0.739 0.193 333.9) |
Copy-ready code
/* CSS */
color: #f075dc;
background-color: #f075dc;
/* Tailwind (arbitrary) */
class="text-[#f075dc] bg-[#f075dc]"
/* SCSS */
$brand: #f075dc;
/* SwiftUI */
Color(red: 0.941, green: 0.459, blue: 0.863)
/* Android */
Color.parseColor("#f075dc")Accessibility — WCAG contrast
Aa
#f075dc on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f075dc on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green45.9%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta51.3%
Yellow8.3%
Key (black)5.9%
Color previews
#f075dc text on a black background
contrast 8.28:1
Card sample
#f075dc text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f075dc;
Background color
Panel with #f075dc background
background-color: #f075dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f075dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 117, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 117, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f075dc; background: linear-gradient(135deg, #f075dc, #F0758A);