#f66ace
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 106, 206
HSL
317°, 89%, 69%
CMYK
0, 57, 16, 4
Luminance
0.3436
Every format
| HEX | #f66ace |
| RGB | rgb(246, 106, 206) |
| HSL | hsl(317, 89%, 69%) |
| CMYK | cmyk(0%, 57%, 16%, 4%) |
| LAB | lab(65.3 64.7 -25.8) |
| LCH | lch(65.3 69.6 338.2) |
| OKLCH | oklch(0.727 0.203 340.1) |
Copy-ready code
/* CSS */
color: #f66ace;
background-color: #f66ace;
/* Tailwind (arbitrary) */
class="text-[#f66ace] bg-[#f66ace]"
/* SCSS */
$brand: #f66ace;
/* SwiftUI */
Color(red: 0.965, green: 0.416, blue: 0.808)
/* Android */
Color.parseColor("#f66ace")Accessibility — WCAG contrast
Aa
#f66ace on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f66ace on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green41.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta56.9%
Yellow16.3%
Key (black)3.5%
Color previews
#f66ace text on a black background
contrast 7.87:1
Card sample
#f66ace text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f66ace;
Background color
Panel with #f66ace background
background-color: #f66ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f66ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 106, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 106, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f66ace; background: linear-gradient(135deg, #f66ace, #F66A71);