#f68dbb
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 141, 187
HSL
334°, 85%, 76%
CMYK
0, 43, 24, 4
Luminance
0.4223
Every format
| HEX | #f68dbb |
| RGB | rgb(246, 141, 187) |
| HSL | hsl(334, 85%, 76%) |
| CMYK | cmyk(0%, 43%, 24%, 4%) |
| LAB | lab(71.0 45.3 -6.5) |
| LCH | lch(71.0 45.7 351.9) |
| OKLCH | oklch(0.768 0.137 353.1) |
Copy-ready code
/* CSS */
color: #f68dbb;
background-color: #f68dbb;
/* Tailwind (arbitrary) */
class="text-[#f68dbb] bg-[#f68dbb]"
/* SCSS */
$brand: #f68dbb;
/* SwiftUI */
Color(red: 0.965, green: 0.553, blue: 0.733)
/* Android */
Color.parseColor("#f68dbb")Accessibility — WCAG contrast
Aa
#f68dbb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68dbb on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green55.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow24.0%
Key (black)3.5%
Color previews
#f68dbb text on a black background
contrast 9.45:1
Card sample
#f68dbb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68dbb;
Background color
Panel with #f68dbb background
background-color: #f68dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 141, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 141, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68dbb; background: linear-gradient(135deg, #f68dbb, #F6A58D);