#f68ef1
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 142, 241
HSL
303°, 85%, 76%
CMYK
0, 42, 2, 4
Luminance
0.4529
Every format
| HEX | #f68ef1 |
| RGB | rgb(246, 142, 241) |
| HSL | hsl(303, 85%, 76%) |
| CMYK | cmyk(0%, 42%, 2%, 4%) |
| LAB | lab(73.1 53.2 -33.1) |
| LCH | lch(73.1 62.7 328.1) |
| OKLCH | oklch(0.790 0.174 328.8) |
Copy-ready code
/* CSS */
color: #f68ef1;
background-color: #f68ef1;
/* Tailwind (arbitrary) */
class="text-[#f68ef1] bg-[#f68ef1]"
/* SCSS */
$brand: #f68ef1;
/* SwiftUI */
Color(red: 0.965, green: 0.557, blue: 0.945)
/* Android */
Color.parseColor("#f68ef1")Accessibility — WCAG contrast
Aa
#f68ef1 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68ef1 on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green55.7%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow2.0%
Key (black)3.5%
Color previews
#f68ef1 text on a black background
contrast 10.06:1
Card sample
#f68ef1 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68ef1;
Background color
Panel with #f68ef1 background
background-color: #f68ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 142, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 142, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68ef1; background: linear-gradient(135deg, #f68ef1, #F68EAC);