#f66dbb
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 109, 187
HSL
326°, 88%, 70%
CMYK
0, 56, 24, 4
Luminance
0.3412
Every format
| HEX | #f66dbb |
| RGB | rgb(246, 109, 187) |
| HSL | hsl(326, 88%, 70%) |
| CMYK | cmyk(0%, 56%, 24%, 4%) |
| LAB | lab(65.1 60.7 -15.4) |
| LCH | lch(65.1 62.6 345.8) |
| OKLCH | oklch(0.723 0.187 347.5) |
Copy-ready code
/* CSS */
color: #f66dbb;
background-color: #f66dbb;
/* Tailwind (arbitrary) */
class="text-[#f66dbb] bg-[#f66dbb]"
/* SCSS */
$brand: #f66dbb;
/* SwiftUI */
Color(red: 0.965, green: 0.427, blue: 0.733)
/* Android */
Color.parseColor("#f66dbb")Accessibility — WCAG contrast
Aa
#f66dbb on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f66dbb on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green42.7%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow24.0%
Key (black)3.5%
Color previews
#f66dbb text on a black background
contrast 7.82:1
Card sample
#f66dbb text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f66dbb;
Background color
Panel with #f66dbb background
background-color: #f66dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f66dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 109, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 109, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f66dbb; background: linear-gradient(135deg, #f66dbb, #F67A6D);