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