#2c0157
a deep, electric violet · warm · closest name: midnightblue
RGB
44, 1, 87
HSL
270°, 98%, 17%
CMYK
49, 99, 0, 66
Luminance
0.0125
Every format
| HEX | #2c0157 |
| RGB | rgb(44, 1, 87) |
| HSL | hsl(270, 98%, 17%) |
| CMYK | cmyk(49%, 99%, 0%, 66%) |
| LAB | lab(10.9 38.0 -41.1) |
| LCH | lch(10.9 56.0 312.7) |
| OKLCH | oklch(0.250 0.133 297.8) |
Copy-ready code
/* CSS */
color: #2c0157;
background-color: #2c0157;
/* Tailwind (arbitrary) */
class="text-[#2c0157] bg-[#2c0157]"
/* SCSS */
$brand: #2c0157;
/* SwiftUI */
Color(red: 0.173, green: 0.004, blue: 0.341)
/* Android */
Color.parseColor("#2c0157")Accessibility — WCAG contrast
Aa
#2c0157 on white: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c0157 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green0.4%
Blue34.1%
CMYK percentages
Cyan49.4%
Magenta98.9%
Yellow0.0%
Key (black)65.9%
Color previews
#2c0157 text on a black background
contrast 1.25:1
Card sample
#2c0157 text on a white background
contrast 16.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c0157;
Background color
Panel with #2c0157 background
background-color: #2c0157;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c0157;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 1, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 1, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c0157; background: linear-gradient(135deg, #2c0157, #570149);