#f005b2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 5, 178
HSL
316°, 96%, 48%
CMYK
0, 98, 26, 6
Luminance
0.2185
Every format
| HEX | #f005b2 |
| RGB | rgb(240, 5, 178) |
| HSL | hsl(316, 96%, 48%) |
| CMYK | cmyk(0%, 98%, 26%, 6%) |
| LAB | lab(53.9 85.7 -27.4) |
| LCH | lch(53.9 90.0 342.3) |
| OKLCH | oklch(0.639 0.271 344.3) |
Copy-ready code
/* CSS */
color: #f005b2;
background-color: #f005b2;
/* Tailwind (arbitrary) */
class="text-[#f005b2] bg-[#f005b2]"
/* SCSS */
$brand: #f005b2;
/* SwiftUI */
Color(red: 0.941, green: 0.020, blue: 0.698)
/* Android */
Color.parseColor("#f005b2")Accessibility — WCAG contrast
Aa
#f005b2 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f005b2 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green2.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta97.9%
Yellow25.8%
Key (black)5.9%
Color previews
#f005b2 text on a black background
contrast 5.37:1
Card sample
#f005b2 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f005b2;
Background color
Panel with #f005b2 background
background-color: #f005b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f005b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 5, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 5, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f005b2; background: linear-gradient(135deg, #f005b2, #F00515);