#2c006e
a deep, electric violet · warm · closest name: indigo
RGB
44, 0, 110
HSL
264°, 100%, 22%
CMYK
60, 100, 0, 57
Luminance
0.0166
Every format
| HEX | #2c006e |
| RGB | rgb(44, 0, 110) |
| HSL | hsl(264, 100%, 22%) |
| CMYK | cmyk(60%, 100%, 0%, 57%) |
| LAB | lab(13.6 44.2 -52.0) |
| LCH | lch(13.6 68.2 310.4) |
| OKLCH | oklch(0.276 0.158 288.6) |
Copy-ready code
/* CSS */
color: #2c006e;
background-color: #2c006e;
/* Tailwind (arbitrary) */
class="text-[#2c006e] bg-[#2c006e]"
/* SCSS */
$brand: #2c006e;
/* SwiftUI */
Color(red: 0.173, green: 0.000, blue: 0.431)
/* Android */
Color.parseColor("#2c006e")Accessibility — WCAG contrast
Aa
#2c006e on white: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c006e on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green0.0%
Blue43.1%
CMYK percentages
Cyan60.0%
Magenta100.0%
Yellow0.0%
Key (black)56.9%
Color previews
#2c006e text on a black background
contrast 1.33:1
Card sample
#2c006e text on a white background
contrast 15.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c006e;
Background color
Panel with #2c006e background
background-color: #2c006e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c006e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 0, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 0, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c006e; background: linear-gradient(135deg, #2c006e, #6E0067);