#f061d0
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 97, 208
HSL
313°, 83%, 66%
CMYK
0, 60, 13, 6
Luminance
0.3163
Every format
| HEX | #f061d0 |
| RGB | rgb(240, 97, 208) |
| HSL | hsl(313, 83%, 66%) |
| CMYK | cmyk(0%, 60%, 13%, 6%) |
| LAB | lab(63.0 67.2 -30.4) |
| LCH | lch(63.0 73.8 335.6) |
| OKLCH | oklch(0.709 0.214 337.3) |
Copy-ready code
/* CSS */
color: #f061d0;
background-color: #f061d0;
/* Tailwind (arbitrary) */
class="text-[#f061d0] bg-[#f061d0]"
/* SCSS */
$brand: #f061d0;
/* SwiftUI */
Color(red: 0.941, green: 0.380, blue: 0.816)
/* Android */
Color.parseColor("#f061d0")Accessibility — WCAG contrast
Aa
#f061d0 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f061d0 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green38.0%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow13.3%
Key (black)5.9%
Color previews
#f061d0 text on a black background
contrast 7.33:1
Card sample
#f061d0 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f061d0;
Background color
Panel with #f061d0 background
background-color: #f061d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f061d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 97, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 97, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f061d0; background: linear-gradient(135deg, #f061d0, #F06171);