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