#f07cd7
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 124, 215
HSL
313°, 80%, 71%
CMYK
0, 48, 10, 6
Luminance
0.3785
Every format
| HEX | #f07cd7 |
| RGB | rgb(240, 124, 215) |
| HSL | hsl(313, 80%, 71%) |
| CMYK | cmyk(0%, 48%, 10%, 6%) |
| LAB | lab(67.9 56.0 -26.8) |
| LCH | lch(67.9 62.1 334.4) |
| OKLCH | oklch(0.746 0.178 336.0) |
Copy-ready code
/* CSS */
color: #f07cd7;
background-color: #f07cd7;
/* Tailwind (arbitrary) */
class="text-[#f07cd7] bg-[#f07cd7]"
/* SCSS */
$brand: #f07cd7;
/* SwiftUI */
Color(red: 0.941, green: 0.486, blue: 0.843)
/* Android */
Color.parseColor("#f07cd7")Accessibility — WCAG contrast
Aa
#f07cd7 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07cd7 on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green48.6%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow10.4%
Key (black)5.9%
Color previews
#f07cd7 text on a black background
contrast 8.57:1
Card sample
#f07cd7 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07cd7;
Background color
Panel with #f07cd7 background
background-color: #f07cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 124, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 124, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07cd7; background: linear-gradient(135deg, #f07cd7, #F07C8A);