#f677fd
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 119, 253
HSL
297°, 97%, 73%
CMYK
3, 53, 0, 1
Luminance
0.3988
Every format
| HEX | #f677fd |
| RGB | rgb(246, 119, 253) |
| HSL | hsl(297, 97%, 73%) |
| CMYK | cmyk(3%, 53%, 0%, 1%) |
| LAB | lab(69.4 66.4 -45.4) |
| LCH | lch(69.4 80.4 325.6) |
| OKLCH | oklch(0.764 0.221 325.5) |
Copy-ready code
/* CSS */
color: #f677fd;
background-color: #f677fd;
/* Tailwind (arbitrary) */
class="text-[#f677fd] bg-[#f677fd]"
/* SCSS */
$brand: #f677fd;
/* SwiftUI */
Color(red: 0.965, green: 0.467, blue: 0.992)
/* Android */
Color.parseColor("#f677fd")Accessibility — WCAG contrast
Aa
#f677fd on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f677fd on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green46.7%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta53.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f677fd text on a black background
contrast 8.98:1
Card sample
#f677fd text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f677fd;
Background color
Panel with #f677fd background
background-color: #f677fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f677fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 119, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 119, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f677fd; background: linear-gradient(135deg, #f677fd, #FD77AA);