#f685df
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 133, 223
HSL
312°, 86%, 74%
CMYK
0, 46, 9, 4
Luminance
0.4170
Every format
| HEX | #f685df |
| RGB | rgb(246, 133, 223) |
| HSL | hsl(312, 86%, 74%) |
| CMYK | cmyk(0%, 46%, 9%, 4%) |
| LAB | lab(70.7 54.7 -27.0) |
| LCH | lch(70.7 61.0 333.7) |
| OKLCH | oklch(0.769 0.174 335.3) |
Copy-ready code
/* CSS */
color: #f685df;
background-color: #f685df;
/* Tailwind (arbitrary) */
class="text-[#f685df] bg-[#f685df]"
/* SCSS */
$brand: #f685df;
/* SwiftUI */
Color(red: 0.965, green: 0.522, blue: 0.875)
/* Android */
Color.parseColor("#f685df")Accessibility — WCAG contrast
Aa
#f685df on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f685df on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green52.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow9.3%
Key (black)3.5%
Color previews
#f685df text on a black background
contrast 9.34:1
Card sample
#f685df text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f685df;
Background color
Panel with #f685df background
background-color: #f685df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f685df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 133, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 133, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f685df; background: linear-gradient(135deg, #f685df, #F68594);