#f68fbe
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 143, 190
HSL
333°, 85%, 76%
CMYK
0, 42, 23, 4
Luminance
0.4296
Every format
| HEX | #f68fbe |
| RGB | rgb(246, 143, 190) |
| HSL | hsl(333, 85%, 76%) |
| CMYK | cmyk(0%, 42%, 23%, 4%) |
| LAB | lab(71.5 44.7 -7.4) |
| LCH | lch(71.5 45.3 350.6) |
| OKLCH | oklch(0.772 0.135 351.9) |
Copy-ready code
/* CSS */
color: #f68fbe;
background-color: #f68fbe;
/* Tailwind (arbitrary) */
class="text-[#f68fbe] bg-[#f68fbe]"
/* SCSS */
$brand: #f68fbe;
/* SwiftUI */
Color(red: 0.965, green: 0.561, blue: 0.745)
/* Android */
Color.parseColor("#f68fbe")Accessibility — WCAG contrast
Aa
#f68fbe on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68fbe on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green56.1%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow22.8%
Key (black)3.5%
Color previews
#f68fbe text on a black background
contrast 9.59:1
Card sample
#f68fbe text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68fbe;
Background color
Panel with #f68fbe background
background-color: #f68fbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68fbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 143, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 143, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68fbe; background: linear-gradient(135deg, #f68fbe, #F6A58F);