#f68dfd
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 141, 253
HSL
296°, 97%, 77%
CMYK
3, 44, 0, 1
Luminance
0.4573
Every format
| HEX | #f68dfd |
| RGB | rgb(246, 141, 253) |
| HSL | hsl(296, 97%, 77%) |
| CMYK | cmyk(3%, 44%, 0%, 1%) |
| LAB | lab(73.4 55.9 -39.2) |
| LCH | lch(73.4 68.2 324.9) |
| OKLCH | oklch(0.793 0.187 324.9) |
Copy-ready code
/* CSS */
color: #f68dfd;
background-color: #f68dfd;
/* Tailwind (arbitrary) */
class="text-[#f68dfd] bg-[#f68dfd]"
/* SCSS */
$brand: #f68dfd;
/* SwiftUI */
Color(red: 0.965, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#f68dfd")Accessibility — WCAG contrast
Aa
#f68dfd on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68dfd on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green55.3%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f68dfd text on a black background
contrast 10.15:1
Card sample
#f68dfd text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68dfd;
Background color
Panel with #f68dfd background
background-color: #f68dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68dfd; background: linear-gradient(135deg, #f68dfd, #FD8DB9);