#f68cef
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 140, 239
HSL
304°, 86%, 76%
CMYK
0, 43, 3, 4
Luminance
0.4458
Every format
| HEX | #f68cef |
| RGB | rgb(246, 140, 239) |
| HSL | hsl(304, 86%, 76%) |
| CMYK | cmyk(0%, 43%, 3%, 4%) |
| LAB | lab(72.6 53.9 -32.8) |
| LCH | lch(72.6 63.1 328.7) |
| OKLCH | oklch(0.786 0.176 329.5) |
Copy-ready code
/* CSS */
color: #f68cef;
background-color: #f68cef;
/* Tailwind (arbitrary) */
class="text-[#f68cef] bg-[#f68cef]"
/* SCSS */
$brand: #f68cef;
/* SwiftUI */
Color(red: 0.965, green: 0.549, blue: 0.937)
/* Android */
Color.parseColor("#f68cef")Accessibility — WCAG contrast
Aa
#f68cef on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68cef on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green54.9%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow2.8%
Key (black)3.5%
Color previews
#f68cef text on a black background
contrast 9.92:1
Card sample
#f68cef text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68cef;
Background color
Panel with #f68cef background
background-color: #f68cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 140, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 140, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68cef; background: linear-gradient(135deg, #f68cef, #F68CA8);