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