#f680af
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 128, 175
HSL
336°, 87%, 73%
CMYK
0, 48, 29, 4
Luminance
0.3813
Every format
| HEX | #f680af |
| RGB | rgb(246, 128, 175) |
| HSL | hsl(336, 87%, 73%) |
| CMYK | cmyk(0%, 48%, 29%, 4%) |
| LAB | lab(68.1 50.2 -4.0) |
| LCH | lch(68.1 50.3 355.4) |
| OKLCH | oklch(0.745 0.152 356.2) |
Copy-ready code
/* CSS */
color: #f680af;
background-color: #f680af;
/* Tailwind (arbitrary) */
class="text-[#f680af] bg-[#f680af]"
/* SCSS */
$brand: #f680af;
/* SwiftUI */
Color(red: 0.965, green: 0.502, blue: 0.686)
/* Android */
Color.parseColor("#f680af")Accessibility — WCAG contrast
Aa
#f680af on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f680af on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green50.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow28.9%
Key (black)3.5%
Color previews
#f680af text on a black background
contrast 8.63:1
Card sample
#f680af text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f680af;
Background color
Panel with #f680af background
background-color: #f680af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f680af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 128, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 128, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f680af; background: linear-gradient(135deg, #f680af, #F6A080);