#f683df
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 131, 223
HSL
312°, 87%, 74%
CMYK
0, 47, 9, 4
Luminance
0.4115
Every format
| HEX | #f683df |
| RGB | rgb(246, 131, 223) |
| HSL | hsl(312, 87%, 74%) |
| CMYK | cmyk(0%, 47%, 9%, 4%) |
| LAB | lab(70.3 55.7 -27.6) |
| LCH | lch(70.3 62.1 333.7) |
| OKLCH | oklch(0.766 0.177 335.2) |
Copy-ready code
/* CSS */
color: #f683df;
background-color: #f683df;
/* Tailwind (arbitrary) */
class="text-[#f683df] bg-[#f683df]"
/* SCSS */
$brand: #f683df;
/* SwiftUI */
Color(red: 0.965, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#f683df")Accessibility — WCAG contrast
Aa
#f683df on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f683df on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green51.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow9.3%
Key (black)3.5%
Color previews
#f683df text on a black background
contrast 9.23:1
Card sample
#f683df text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f683df;
Background color
Panel with #f683df background
background-color: #f683df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f683df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f683df; background: linear-gradient(135deg, #f683df, #F68392);