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