#ff00b3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 0, 179
HSL
318°, 100%, 50%
CMYK
0, 100, 30, 0
Luminance
0.2451
Every format
| HEX | #ff00b3 |
| RGB | rgb(255, 0, 179) |
| HSL | hsl(318, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 30%, 0%) |
| LAB | lab(56.6 89.0 -23.5) |
| LCH | lch(56.6 92.1 345.2) |
| OKLCH | oklch(0.663 0.280 347.1) |
Copy-ready code
/* CSS */
color: #ff00b3;
background-color: #ff00b3;
/* Tailwind (arbitrary) */
class="text-[#ff00b3] bg-[#ff00b3]"
/* SCSS */
$brand: #ff00b3;
/* SwiftUI */
Color(red: 1.000, green: 0.000, blue: 0.702)
/* Android */
Color.parseColor("#ff00b3")Accessibility — WCAG contrast
Aa
#ff00b3 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff00b3 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green0.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow29.8%
Key (black)0.0%
Color previews
#ff00b3 text on a black background
contrast 5.90:1
Card sample
#ff00b3 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff00b3;
Background color
Panel with #ff00b3 background
background-color: #ff00b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff00b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 0, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 0, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff00b3; background: linear-gradient(135deg, #ff00b3, #FF0009);