#f685da
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 133, 218
HSL
315°, 86%, 74%
CMYK
0, 46, 11, 4
Luminance
0.4143
Every format
| HEX | #f685da |
| RGB | rgb(246, 133, 218) |
| HSL | hsl(315, 86%, 74%) |
| CMYK | cmyk(0%, 46%, 11%, 4%) |
| LAB | lab(70.5 53.9 -24.5) |
| LCH | lch(70.5 59.2 335.6) |
| OKLCH | oklch(0.767 0.170 337.2) |
Copy-ready code
/* CSS */
color: #f685da;
background-color: #f685da;
/* Tailwind (arbitrary) */
class="text-[#f685da] bg-[#f685da]"
/* SCSS */
$brand: #f685da;
/* SwiftUI */
Color(red: 0.965, green: 0.522, blue: 0.855)
/* Android */
Color.parseColor("#f685da")Accessibility — WCAG contrast
Aa
#f685da on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f685da on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green52.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow11.4%
Key (black)3.5%
Color previews
#f685da text on a black background
contrast 9.29:1
Card sample
#f685da text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f685da;
Background color
Panel with #f685da background
background-color: #f685da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f685da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 133, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 133, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f685da; background: linear-gradient(135deg, #f685da, #F6858F);