#f66cd3
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 108, 211
HSL
315°, 89%, 69%
CMYK
0, 56, 14, 4
Luminance
0.3502
Every format
| HEX | #f66cd3 |
| RGB | rgb(246, 108, 211) |
| HSL | hsl(315, 89%, 69%) |
| CMYK | cmyk(0%, 56%, 14%, 4%) |
| LAB | lab(65.8 64.5 -27.8) |
| LCH | lch(65.8 70.3 336.7) |
| OKLCH | oklch(0.731 0.204 338.4) |
Copy-ready code
/* CSS */
color: #f66cd3;
background-color: #f66cd3;
/* Tailwind (arbitrary) */
class="text-[#f66cd3] bg-[#f66cd3]"
/* SCSS */
$brand: #f66cd3;
/* SwiftUI */
Color(red: 0.965, green: 0.424, blue: 0.827)
/* Android */
Color.parseColor("#f66cd3")Accessibility — WCAG contrast
Aa
#f66cd3 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f66cd3 on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green42.4%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow14.2%
Key (black)3.5%
Color previews
#f66cd3 text on a black background
contrast 8.00:1
Card sample
#f66cd3 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f66cd3;
Background color
Panel with #f66cd3 background
background-color: #f66cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f66cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 108, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 108, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f66cd3; background: linear-gradient(135deg, #f66cd3, #F66C77);