#ff0ab6
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 10, 182
HSL
318°, 100%, 52%
CMYK
0, 96, 29, 0
Luminance
0.2485
Every format
| HEX | #ff0ab6 |
| RGB | rgb(255, 10, 182) |
| HSL | hsl(318, 100%, 52%) |
| CMYK | cmyk(0%, 96%, 29%, 0%) |
| LAB | lab(56.9 88.7 -24.8) |
| LCH | lch(56.9 92.1 344.4) |
| OKLCH | oklch(0.666 0.279 346.4) |
Copy-ready code
/* CSS */
color: #ff0ab6;
background-color: #ff0ab6;
/* Tailwind (arbitrary) */
class="text-[#ff0ab6] bg-[#ff0ab6]"
/* SCSS */
$brand: #ff0ab6;
/* SwiftUI */
Color(red: 1.000, green: 0.039, blue: 0.714)
/* Android */
Color.parseColor("#ff0ab6")Accessibility — WCAG contrast
Aa
#ff0ab6 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff0ab6 on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green3.9%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta96.1%
Yellow28.6%
Key (black)0.0%
Color previews
#ff0ab6 text on a black background
contrast 5.97:1
Card sample
#ff0ab6 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff0ab6;
Background color
Panel with #ff0ab6 background
background-color: #ff0ab6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff0ab6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 10, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 10, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff0ab6; background: linear-gradient(135deg, #ff0ab6, #FF0A13);