#2c0e9f
a dark, electric blue · warm · closest name: navy
RGB
44, 14, 159
HSL
252°, 84%, 34%
CMYK
72, 91, 0, 38
Luminance
0.0335
Every format
| HEX | #2c0e9f |
| RGB | rgb(44, 14, 159) |
| HSL | hsl(252, 84%, 34%) |
| CMYK | cmyk(72%, 91%, 0%, 38%) |
| LAB | lab(21.4 52.8 -69.9) |
| LCH | lch(21.4 87.6 307.0) |
| OKLCH | oklch(0.347 0.203 276.7) |
Copy-ready code
/* CSS */
color: #2c0e9f;
background-color: #2c0e9f;
/* Tailwind (arbitrary) */
class="text-[#2c0e9f] bg-[#2c0e9f]"
/* SCSS */
$brand: #2c0e9f;
/* SwiftUI */
Color(red: 0.173, green: 0.055, blue: 0.624)
/* Android */
Color.parseColor("#2c0e9f")Accessibility — WCAG contrast
Aa
#2c0e9f on white: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c0e9f on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green5.5%
Blue62.4%
CMYK percentages
Cyan72.3%
Magenta91.2%
Yellow0.0%
Key (black)37.6%
Color previews
#2c0e9f text on a black background
contrast 1.67:1
Card sample
#2c0e9f text on a white background
contrast 12.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c0e9f;
Background color
Panel with #2c0e9f background
background-color: #2c0e9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c0e9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 14, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 14, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c0e9f; background: linear-gradient(135deg, #2c0e9f, #8D0E9F);