#f68fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 143, 223
HSL
313°, 85%, 76%
CMYK
0, 42, 9, 4
Luminance
0.4457
Every format
| HEX | #f68fdf |
| RGB | rgb(246, 143, 223) |
| HSL | hsl(313, 85%, 76%) |
| CMYK | cmyk(0%, 42%, 9%, 4%) |
| LAB | lab(72.6 49.7 -24.0) |
| LCH | lch(72.6 55.2 334.2) |
| OKLCH | oklch(0.784 0.157 335.8) |
Copy-ready code
/* CSS */
color: #f68fdf;
background-color: #f68fdf;
/* Tailwind (arbitrary) */
class="text-[#f68fdf] bg-[#f68fdf]"
/* SCSS */
$brand: #f68fdf;
/* SwiftUI */
Color(red: 0.965, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#f68fdf")Accessibility — WCAG contrast
Aa
#f68fdf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68fdf on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green56.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow9.3%
Key (black)3.5%
Color previews
#f68fdf text on a black background
contrast 9.91:1
Card sample
#f68fdf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68fdf;
Background color
Panel with #f68fdf background
background-color: #f68fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68fdf; background: linear-gradient(135deg, #f68fdf, #F68F9A);