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