#f68cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 140, 223
HSL
313°, 86%, 76%
CMYK
0, 43, 9, 4
Luminance
0.4368
Every format
| HEX | #f68cdf |
| RGB | rgb(246, 140, 223) |
| HSL | hsl(313, 86%, 76%) |
| CMYK | cmyk(0%, 43%, 9%, 4%) |
| LAB | lab(72.0 51.2 -24.9) |
| LCH | lch(72.0 57.0 334.1) |
| OKLCH | oklch(0.779 0.162 335.6) |
Copy-ready code
/* CSS */
color: #f68cdf;
background-color: #f68cdf;
/* Tailwind (arbitrary) */
class="text-[#f68cdf] bg-[#f68cdf]"
/* SCSS */
$brand: #f68cdf;
/* SwiftUI */
Color(red: 0.965, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#f68cdf")Accessibility — WCAG contrast
Aa
#f68cdf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68cdf on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green54.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow9.3%
Key (black)3.5%
Color previews
#f68cdf text on a black background
contrast 9.74:1
Card sample
#f68cdf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68cdf;
Background color
Panel with #f68cdf background
background-color: #f68cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68cdf; background: linear-gradient(135deg, #f68cdf, #F68C98);