#ff08ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 8, 171
HSL
320°, 100%, 52%
CMYK
0, 97, 33, 0
Luminance
0.2437
Every format
| HEX | #ff08ab |
| RGB | rgb(255, 8, 171) |
| HSL | hsl(320, 100%, 52%) |
| CMYK | cmyk(0%, 97%, 33%, 0%) |
| LAB | lab(56.5 87.7 -19.1) |
| LCH | lch(56.5 89.7 347.7) |
| OKLCH | oklch(0.661 0.274 349.5) |
Copy-ready code
/* CSS */
color: #ff08ab;
background-color: #ff08ab;
/* Tailwind (arbitrary) */
class="text-[#ff08ab] bg-[#ff08ab]"
/* SCSS */
$brand: #ff08ab;
/* SwiftUI */
Color(red: 1.000, green: 0.031, blue: 0.671)
/* Android */
Color.parseColor("#ff08ab")Accessibility — WCAG contrast
Aa
#ff08ab on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff08ab on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green3.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta96.9%
Yellow32.9%
Key (black)0.0%
Color previews
#ff08ab text on a black background
contrast 5.87:1
Card sample
#ff08ab text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff08ab;
Background color
Panel with #ff08ab background
background-color: #ff08ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff08ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 8, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 8, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff08ab; background: linear-gradient(135deg, #ff08ab, #FF0A08);