#f68dec
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 141, 236
HSL
306°, 85%, 76%
CMYK
0, 43, 4, 4
Luminance
0.4470
Every format
| HEX | #f68dec |
| RGB | rgb(246, 141, 236) |
| HSL | hsl(306, 85%, 76%) |
| CMYK | cmyk(0%, 43%, 4%, 4%) |
| LAB | lab(72.7 52.9 -31.0) |
| LCH | lch(72.7 61.3 329.6) |
| OKLCH | oklch(0.786 0.172 330.6) |
Copy-ready code
/* CSS */
color: #f68dec;
background-color: #f68dec;
/* Tailwind (arbitrary) */
class="text-[#f68dec] bg-[#f68dec]"
/* SCSS */
$brand: #f68dec;
/* SwiftUI */
Color(red: 0.965, green: 0.553, blue: 0.925)
/* Android */
Color.parseColor("#f68dec")Accessibility — WCAG contrast
Aa
#f68dec on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68dec on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green55.3%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow4.1%
Key (black)3.5%
Color previews
#f68dec text on a black background
contrast 9.94:1
Card sample
#f68dec text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68dec;
Background color
Panel with #f68dec background
background-color: #f68dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 141, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 141, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68dec; background: linear-gradient(135deg, #f68dec, #F68DA6);