#f68dbf
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 141, 191
HSL
331°, 85%, 76%
CMYK
0, 43, 22, 4
Luminance
0.4240
Every format
| HEX | #f68dbf |
| RGB | rgb(246, 141, 191) |
| HSL | hsl(331, 85%, 76%) |
| CMYK | cmyk(0%, 43%, 22%, 4%) |
| LAB | lab(71.2 45.8 -8.5) |
| LCH | lch(71.2 46.6 349.5) |
| OKLCH | oklch(0.769 0.139 350.9) |
Copy-ready code
/* CSS */
color: #f68dbf;
background-color: #f68dbf;
/* Tailwind (arbitrary) */
class="text-[#f68dbf] bg-[#f68dbf]"
/* SCSS */
$brand: #f68dbf;
/* SwiftUI */
Color(red: 0.965, green: 0.553, blue: 0.749)
/* Android */
Color.parseColor("#f68dbf")Accessibility — WCAG contrast
Aa
#f68dbf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68dbf on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green55.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow22.4%
Key (black)3.5%
Color previews
#f68dbf text on a black background
contrast 9.48:1
Card sample
#f68dbf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68dbf;
Background color
Panel with #f68dbf background
background-color: #f68dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 141, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 141, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68dbf; background: linear-gradient(135deg, #f68dbf, #F6A18D);