#f68dff
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 141, 255
HSL
295°, 100%, 78%
CMYK
4, 45, 0, 0
Luminance
0.4586
Every format
| HEX | #f68dff |
| RGB | rgb(246, 141, 255) |
| HSL | hsl(295, 100%, 78%) |
| CMYK | cmyk(4%, 45%, 0%, 0%) |
| LAB | lab(73.5 56.2 -40.2) |
| LCH | lch(73.5 69.1 324.5) |
| OKLCH | oklch(0.794 0.189 324.2) |
Copy-ready code
/* CSS */
color: #f68dff;
background-color: #f68dff;
/* Tailwind (arbitrary) */
class="text-[#f68dff] bg-[#f68dff]"
/* SCSS */
$brand: #f68dff;
/* SwiftUI */
Color(red: 0.965, green: 0.553, blue: 1.000)
/* Android */
Color.parseColor("#f68dff")Accessibility — WCAG contrast
Aa
#f68dff on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68dff on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green55.3%
Blue100.0%
CMYK percentages
Cyan3.5%
Magenta44.7%
Yellow0.0%
Key (black)0.0%
Color previews
#f68dff text on a black background
contrast 10.17:1
Card sample
#f68dff text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68dff;
Background color
Panel with #f68dff background
background-color: #f68dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 141, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 141, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68dff; background: linear-gradient(135deg, #f68dff, #FF8DBC);