#ff6abf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 106, 191
HSL
326°, 100%, 71%
CMYK
0, 58, 25, 0
Luminance
0.3533
Every format
| HEX | #ff6abf |
| RGB | rgb(255, 106, 191) |
| HSL | hsl(326, 100%, 71%) |
| CMYK | cmyk(0%, 58%, 25%, 0%) |
| LAB | lab(66.0 65.2 -16.1) |
| LCH | lch(66.0 67.1 346.1) |
| OKLCH | oklch(0.733 0.201 347.9) |
Copy-ready code
/* CSS */
color: #ff6abf;
background-color: #ff6abf;
/* Tailwind (arbitrary) */
class="text-[#ff6abf] bg-[#ff6abf]"
/* SCSS */
$brand: #ff6abf;
/* SwiftUI */
Color(red: 1.000, green: 0.416, blue: 0.749)
/* Android */
Color.parseColor("#ff6abf")Accessibility — WCAG contrast
Aa
#ff6abf on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6abf on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green41.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta58.4%
Yellow25.1%
Key (black)0.0%
Color previews
#ff6abf text on a black background
contrast 8.07:1
Card sample
#ff6abf text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6abf;
Background color
Panel with #ff6abf background
background-color: #ff6abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 106, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 106, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6abf; background: linear-gradient(135deg, #ff6abf, #FF786A);