#f688df
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 136, 223
HSL
313°, 86%, 75%
CMYK
0, 45, 9, 4
Luminance
0.4253
Every format
| HEX | #f688df |
| RGB | rgb(246, 136, 223) |
| HSL | hsl(313, 86%, 75%) |
| CMYK | cmyk(0%, 45%, 9%, 4%) |
| LAB | lab(71.2 53.2 -26.1) |
| LCH | lch(71.2 59.3 333.9) |
| OKLCH | oklch(0.773 0.169 335.4) |
Copy-ready code
/* CSS */
color: #f688df;
background-color: #f688df;
/* Tailwind (arbitrary) */
class="text-[#f688df] bg-[#f688df]"
/* SCSS */
$brand: #f688df;
/* SwiftUI */
Color(red: 0.965, green: 0.533, blue: 0.875)
/* Android */
Color.parseColor("#f688df")Accessibility — WCAG contrast
Aa
#f688df on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f688df on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green53.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow9.3%
Key (black)3.5%
Color previews
#f688df text on a black background
contrast 9.51:1
Card sample
#f688df text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f688df;
Background color
Panel with #f688df background
background-color: #f688df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f688df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 136, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 136, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f688df; background: linear-gradient(135deg, #f688df, #F68896);