#ff0eb6
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 14, 182
HSL
318°, 100%, 53%
CMYK
0, 95, 29, 0
Luminance
0.2495
Every format
| HEX | #ff0eb6 |
| RGB | rgb(255, 14, 182) |
| HSL | hsl(318, 100%, 53%) |
| CMYK | cmyk(0%, 95%, 29%, 0%) |
| LAB | lab(57.0 88.4 -24.6) |
| LCH | lch(57.0 91.8 344.4) |
| OKLCH | oklch(0.667 0.278 346.4) |
Copy-ready code
/* CSS */
color: #ff0eb6;
background-color: #ff0eb6;
/* Tailwind (arbitrary) */
class="text-[#ff0eb6] bg-[#ff0eb6]"
/* SCSS */
$brand: #ff0eb6;
/* SwiftUI */
Color(red: 1.000, green: 0.055, blue: 0.714)
/* Android */
Color.parseColor("#ff0eb6")Accessibility — WCAG contrast
Aa
#ff0eb6 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff0eb6 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green5.5%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta94.5%
Yellow28.6%
Key (black)0.0%
Color previews
#ff0eb6 text on a black background
contrast 5.99:1
Card sample
#ff0eb6 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff0eb6;
Background color
Panel with #ff0eb6 background
background-color: #ff0eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff0eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 14, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 14, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff0eb6; background: linear-gradient(135deg, #ff0eb6, #FF0E15);