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