#f075d5
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 117, 213
HSL
313°, 80%, 70%
CMYK
0, 51, 11, 6
Luminance
0.3605
Every format
| HEX | #f075d5 |
| RGB | rgb(240, 117, 213) |
| HSL | hsl(313, 80%, 70%) |
| CMYK | cmyk(0%, 51%, 11%, 6%) |
| LAB | lab(66.6 59.0 -27.8) |
| LCH | lch(66.6 65.2 334.8) |
| OKLCH | oklch(0.736 0.188 336.4) |
Copy-ready code
/* CSS */
color: #f075d5;
background-color: #f075d5;
/* Tailwind (arbitrary) */
class="text-[#f075d5] bg-[#f075d5]"
/* SCSS */
$brand: #f075d5;
/* SwiftUI */
Color(red: 0.941, green: 0.459, blue: 0.835)
/* Android */
Color.parseColor("#f075d5")Accessibility — WCAG contrast
Aa
#f075d5 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f075d5 on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green45.9%
Blue83.5%
CMYK percentages
Cyan0.0%
Magenta51.3%
Yellow11.2%
Key (black)5.9%
Color previews
#f075d5 text on a black background
contrast 8.21:1
Card sample
#f075d5 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f075d5;
Background color
Panel with #f075d5 background
background-color: #f075d5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f075d5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 117, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 117, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f075d5; background: linear-gradient(135deg, #f075d5, #F07583);