#f026ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 38, 186
HSL
316°, 87%, 55%
CMYK
0, 84, 23, 6
Luminance
0.2346
Every format
| HEX | #f026ba |
| RGB | rgb(240, 38, 186) |
| HSL | hsl(316, 87%, 55%) |
| CMYK | cmyk(0%, 84%, 23%, 6%) |
| LAB | lab(55.5 82.7 -29.5) |
| LCH | lch(55.5 87.8 340.4) |
| OKLCH | oklch(0.652 0.262 342.4) |
Copy-ready code
/* CSS */
color: #f026ba;
background-color: #f026ba;
/* Tailwind (arbitrary) */
class="text-[#f026ba] bg-[#f026ba]"
/* SCSS */
$brand: #f026ba;
/* SwiftUI */
Color(red: 0.941, green: 0.149, blue: 0.729)
/* Android */
Color.parseColor("#f026ba")Accessibility — WCAG contrast
Aa
#f026ba on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f026ba on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green14.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta84.2%
Yellow22.5%
Key (black)5.9%
Color previews
#f026ba text on a black background
contrast 5.69:1
Card sample
#f026ba text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f026ba;
Background color
Panel with #f026ba background
background-color: #f026ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f026ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 38, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 38, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f026ba; background: linear-gradient(135deg, #f026ba, #F02633);