#ff0095
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 0, 149
HSL
325°, 100%, 50%
CMYK
0, 100, 42, 0
Luminance
0.2343
Every format
| HEX | #ff0095 |
| RGB | rgb(255, 0, 149) |
| HSL | hsl(325, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 42%, 0%) |
| LAB | lab(55.5 86.2 -7.5) |
| LCH | lch(55.5 86.5 355.0) |
| OKLCH | oklch(0.652 0.267 356.0) |
Copy-ready code
/* CSS */
color: #ff0095;
background-color: #ff0095;
/* Tailwind (arbitrary) */
class="text-[#ff0095] bg-[#ff0095]"
/* SCSS */
$brand: #ff0095;
/* SwiftUI */
Color(red: 1.000, green: 0.000, blue: 0.584)
/* Android */
Color.parseColor("#ff0095")Accessibility — WCAG contrast
Aa
#ff0095 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff0095 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green0.0%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow41.6%
Key (black)0.0%
Color previews
#ff0095 text on a black background
contrast 5.69:1
Card sample
#ff0095 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff0095;
Background color
Panel with #ff0095 background
background-color: #ff0095;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff0095;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 0, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 0, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff0095; background: linear-gradient(135deg, #ff0095, #FF1500);