#2c109d
a dark, electric blue · warm · closest name: navy
RGB
44, 16, 157
HSL
252°, 82%, 34%
CMYK
72, 90, 0, 38
Luminance
0.0334
Every format
| HEX | #2c109d |
| RGB | rgb(44, 16, 157) |
| HSL | hsl(252, 82%, 34%) |
| CMYK | cmyk(72%, 90%, 0%, 38%) |
| LAB | lab(21.4 51.6 -68.8) |
| LCH | lch(21.4 86.0 306.9) |
| OKLCH | oklch(0.346 0.200 276.9) |
Copy-ready code
/* CSS */
color: #2c109d;
background-color: #2c109d;
/* Tailwind (arbitrary) */
class="text-[#2c109d] bg-[#2c109d]"
/* SCSS */
$brand: #2c109d;
/* SwiftUI */
Color(red: 0.173, green: 0.063, blue: 0.616)
/* Android */
Color.parseColor("#2c109d")Accessibility — WCAG contrast
Aa
#2c109d on white: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c109d on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green6.3%
Blue61.6%
CMYK percentages
Cyan72.0%
Magenta89.8%
Yellow0.0%
Key (black)38.4%
Color previews
#2c109d text on a black background
contrast 1.67:1
Card sample
#2c109d text on a white background
contrast 12.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c109d;
Background color
Panel with #2c109d background
background-color: #2c109d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c109d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 16, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 16, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c109d; background: linear-gradient(135deg, #2c109d, #8A109D);