#fb6dff
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 109, 255
HSL
298°, 100%, 71%
CMYK
2, 57, 0, 0
Luminance
0.3867
Every format
| HEX | #fb6dff |
| RGB | rgb(251, 109, 255) |
| HSL | hsl(298, 100%, 71%) |
| CMYK | cmyk(2%, 57%, 0%, 0%) |
| LAB | lab(68.5 72.4 -47.9) |
| LCH | lch(68.5 86.8 326.5) |
| OKLCH | oklch(0.759 0.240 326.5) |
Copy-ready code
/* CSS */
color: #fb6dff;
background-color: #fb6dff;
/* Tailwind (arbitrary) */
class="text-[#fb6dff] bg-[#fb6dff]"
/* SCSS */
$brand: #fb6dff;
/* SwiftUI */
Color(red: 0.984, green: 0.427, blue: 1.000)
/* Android */
Color.parseColor("#fb6dff")Accessibility — WCAG contrast
Aa
#fb6dff on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb6dff on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green42.7%
Blue100.0%
CMYK percentages
Cyan1.6%
Magenta57.3%
Yellow0.0%
Key (black)0.0%
Color previews
#fb6dff text on a black background
contrast 8.73:1
Card sample
#fb6dff text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb6dff;
Background color
Panel with #fb6dff background
background-color: #fb6dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb6dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 109, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 109, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb6dff; background: linear-gradient(135deg, #fb6dff, #FF6DA2);