#f66fd2
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 111, 210
HSL
316°, 88%, 70%
CMYK
0, 55, 15, 4
Luminance
0.3561
Every format
| HEX | #f66fd2 |
| RGB | rgb(246, 111, 210) |
| HSL | hsl(316, 88%, 70%) |
| CMYK | cmyk(0%, 55%, 15%, 4%) |
| LAB | lab(66.2 63.0 -26.6) |
| LCH | lch(66.2 68.4 337.2) |
| OKLCH | oklch(0.735 0.199 338.9) |
Copy-ready code
/* CSS */
color: #f66fd2;
background-color: #f66fd2;
/* Tailwind (arbitrary) */
class="text-[#f66fd2] bg-[#f66fd2]"
/* SCSS */
$brand: #f66fd2;
/* SwiftUI */
Color(red: 0.965, green: 0.435, blue: 0.824)
/* Android */
Color.parseColor("#f66fd2")Accessibility — WCAG contrast
Aa
#f66fd2 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f66fd2 on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green43.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow14.6%
Key (black)3.5%
Color previews
#f66fd2 text on a black background
contrast 8.12:1
Card sample
#f66fd2 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f66fd2;
Background color
Panel with #f66fd2 background
background-color: #f66fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f66fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 111, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 111, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f66fd2; background: linear-gradient(135deg, #f66fd2, #F66F78);