#ff6afb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 106, 251
HSL
302°, 100%, 71%
CMYK
0, 58, 2, 0
Luminance
0.3853
Every format
| HEX | #ff6afb |
| RGB | rgb(255, 106, 251) |
| HSL | hsl(302, 100%, 71%) |
| CMYK | cmyk(0%, 58%, 2%, 0%) |
| LAB | lab(68.4 73.9 -45.8) |
| LCH | lch(68.4 87.0 328.2) |
| OKLCH | oklch(0.759 0.243 328.7) |
Copy-ready code
/* CSS */
color: #ff6afb;
background-color: #ff6afb;
/* Tailwind (arbitrary) */
class="text-[#ff6afb] bg-[#ff6afb]"
/* SCSS */
$brand: #ff6afb;
/* SwiftUI */
Color(red: 1.000, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#ff6afb")Accessibility — WCAG contrast
Aa
#ff6afb on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6afb on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green41.6%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta58.4%
Yellow1.6%
Key (black)0.0%
Color previews
#ff6afb text on a black background
contrast 8.71:1
Card sample
#ff6afb text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6afb;
Background color
Panel with #ff6afb background
background-color: #ff6afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6afb; background: linear-gradient(135deg, #ff6afb, #FF6A98);