#f698fd
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 152, 253
HSL
296°, 96%, 79%
CMYK
3, 40, 0, 1
Luminance
0.4914
Every format
| HEX | #f698fd |
| RGB | rgb(246, 152, 253) |
| HSL | hsl(296, 96%, 79%) |
| CMYK | cmyk(3%, 40%, 0%, 1%) |
| LAB | lab(75.5 50.3 -35.8) |
| LCH | lch(75.5 61.8 324.5) |
| OKLCH | oklch(0.810 0.169 324.5) |
Copy-ready code
/* CSS */
color: #f698fd;
background-color: #f698fd;
/* Tailwind (arbitrary) */
class="text-[#f698fd] bg-[#f698fd]"
/* SCSS */
$brand: #f698fd;
/* SwiftUI */
Color(red: 0.965, green: 0.596, blue: 0.992)
/* Android */
Color.parseColor("#f698fd")Accessibility — WCAG contrast
Aa
#f698fd on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f698fd on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green59.6%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta39.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f698fd text on a black background
contrast 10.83:1
Card sample
#f698fd text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f698fd;
Background color
Panel with #f698fd background
background-color: #f698fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f698fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 152, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 152, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f698fd; background: linear-gradient(135deg, #f698fd, #FD98C1);