#f07ad2
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 122, 210
HSL
315°, 80%, 71%
CMYK
0, 49, 13, 6
Luminance
0.3710
Every format
| HEX | #f07ad2 |
| RGB | rgb(240, 122, 210) |
| HSL | hsl(315, 80%, 71%) |
| CMYK | cmyk(0%, 49%, 13%, 6%) |
| LAB | lab(67.3 56.2 -24.9) |
| LCH | lch(67.3 61.5 336.1) |
| OKLCH | oklch(0.741 0.177 337.8) |
Copy-ready code
/* CSS */
color: #f07ad2;
background-color: #f07ad2;
/* Tailwind (arbitrary) */
class="text-[#f07ad2] bg-[#f07ad2]"
/* SCSS */
$brand: #f07ad2;
/* SwiftUI */
Color(red: 0.941, green: 0.478, blue: 0.824)
/* Android */
Color.parseColor("#f07ad2")Accessibility — WCAG contrast
Aa
#f07ad2 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07ad2 on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green47.8%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta49.2%
Yellow12.5%
Key (black)5.9%
Color previews
#f07ad2 text on a black background
contrast 8.42:1
Card sample
#f07ad2 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07ad2;
Background color
Panel with #f07ad2 background
background-color: #f07ad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07ad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 122, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 122, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07ad2; background: linear-gradient(135deg, #f07ad2, #F07A83);