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