#f682ae
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 130, 174
HSL
337°, 87%, 74%
CMYK
0, 47, 29, 4
Luminance
0.3861
Every format
| HEX | #f682ae |
| RGB | rgb(246, 130, 174) |
| HSL | hsl(337, 87%, 74%) |
| CMYK | cmyk(0%, 47%, 29%, 4%) |
| LAB | lab(68.5 49.1 -3.0) |
| LCH | lch(68.5 49.1 356.5) |
| OKLCH | oklch(0.748 0.149 357.2) |
Copy-ready code
/* CSS */
color: #f682ae;
background-color: #f682ae;
/* Tailwind (arbitrary) */
class="text-[#f682ae] bg-[#f682ae]"
/* SCSS */
$brand: #f682ae;
/* SwiftUI */
Color(red: 0.965, green: 0.510, blue: 0.682)
/* Android */
Color.parseColor("#f682ae")Accessibility — WCAG contrast
Aa
#f682ae on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f682ae on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green51.0%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow29.3%
Key (black)3.5%
Color previews
#f682ae text on a black background
contrast 8.72:1
Card sample
#f682ae text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f682ae;
Background color
Panel with #f682ae background
background-color: #f682ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f682ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 130, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 130, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f682ae; background: linear-gradient(135deg, #f682ae, #F6A382);