#f07cd0
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 124, 208
HSL
317°, 80%, 71%
CMYK
0, 48, 13, 6
Luminance
0.3749
Every format
| HEX | #f07cd0 |
| RGB | rgb(240, 124, 208) |
| HSL | hsl(317, 80%, 71%) |
| CMYK | cmyk(0%, 48%, 13%, 6%) |
| LAB | lab(67.7 54.9 -23.3) |
| LCH | lch(67.7 59.7 337.0) |
| OKLCH | oklch(0.743 0.173 338.7) |
Copy-ready code
/* CSS */
color: #f07cd0;
background-color: #f07cd0;
/* Tailwind (arbitrary) */
class="text-[#f07cd0] bg-[#f07cd0]"
/* SCSS */
$brand: #f07cd0;
/* SwiftUI */
Color(red: 0.941, green: 0.486, blue: 0.816)
/* Android */
Color.parseColor("#f07cd0")Accessibility — WCAG contrast
Aa
#f07cd0 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07cd0 on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green48.6%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow13.3%
Key (black)5.9%
Color previews
#f07cd0 text on a black background
contrast 8.50:1
Card sample
#f07cd0 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07cd0;
Background color
Panel with #f07cd0 background
background-color: #f07cd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07cd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 124, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 124, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07cd0; background: linear-gradient(135deg, #f07cd0, #F07C83);