#f690df
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 144, 223
HSL
314°, 85%, 77%
CMYK
0, 42, 9, 4
Luminance
0.4487
Every format
| HEX | #f690df |
| RGB | rgb(246, 144, 223) |
| HSL | hsl(314, 85%, 77%) |
| CMYK | cmyk(0%, 42%, 9%, 4%) |
| LAB | lab(72.8 49.2 -23.7) |
| LCH | lch(72.8 54.6 334.3) |
| OKLCH | oklch(0.785 0.156 335.8) |
Copy-ready code
/* CSS */
color: #f690df;
background-color: #f690df;
/* Tailwind (arbitrary) */
class="text-[#f690df] bg-[#f690df]"
/* SCSS */
$brand: #f690df;
/* SwiftUI */
Color(red: 0.965, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#f690df")Accessibility — WCAG contrast
Aa
#f690df on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f690df on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green56.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow9.3%
Key (black)3.5%
Color previews
#f690df text on a black background
contrast 9.97:1
Card sample
#f690df text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f690df;
Background color
Panel with #f690df background
background-color: #f690df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f690df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f690df; background: linear-gradient(135deg, #f690df, #F6909B);