#f68cfb
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 140, 251
HSL
297°, 93%, 77%
CMYK
2, 44, 0, 2
Luminance
0.4531
Every format
| HEX | #f68cfb |
| RGB | rgb(246, 140, 251) |
| HSL | hsl(297, 93%, 77%) |
| CMYK | cmyk(2%, 44%, 0%, 2%) |
| LAB | lab(73.1 56.0 -38.5) |
| LCH | lch(73.1 68.0 325.5) |
| OKLCH | oklch(0.791 0.187 325.5) |
Copy-ready code
/* CSS */
color: #f68cfb;
background-color: #f68cfb;
/* Tailwind (arbitrary) */
class="text-[#f68cfb] bg-[#f68cfb]"
/* SCSS */
$brand: #f68cfb;
/* SwiftUI */
Color(red: 0.965, green: 0.549, blue: 0.984)
/* Android */
Color.parseColor("#f68cfb")Accessibility — WCAG contrast
Aa
#f68cfb on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68cfb on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green54.9%
Blue98.4%
CMYK percentages
Cyan2.0%
Magenta44.2%
Yellow0.0%
Key (black)1.6%
Color previews
#f68cfb text on a black background
contrast 10.06:1
Card sample
#f68cfb text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68cfb;
Background color
Panel with #f68cfb background
background-color: #f68cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 140, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 140, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68cfb; background: linear-gradient(135deg, #f68cfb, #FB8CB6);