#2c0fad
a dark, electric blue · warm · closest name: navy
RGB
44, 15, 173
HSL
251°, 84%, 37%
CMYK
75, 91, 0, 32
Luminance
0.0389
Every format
| HEX | #2c0fad |
| RGB | rgb(44, 15, 173) |
| HSL | hsl(251, 84%, 37%) |
| CMYK | cmyk(75%, 91%, 0%, 32%) |
| LAB | lab(23.3 56.3 -75.2) |
| LCH | lch(23.3 94.0 306.8) |
| OKLCH | oklch(0.365 0.218 274.9) |
Copy-ready code
/* CSS */
color: #2c0fad;
background-color: #2c0fad;
/* Tailwind (arbitrary) */
class="text-[#2c0fad] bg-[#2c0fad]"
/* SCSS */
$brand: #2c0fad;
/* SwiftUI */
Color(red: 0.173, green: 0.059, blue: 0.678)
/* Android */
Color.parseColor("#2c0fad")Accessibility — WCAG contrast
Aa
#2c0fad on white: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c0fad on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green5.9%
Blue67.8%
CMYK percentages
Cyan74.6%
Magenta91.3%
Yellow0.0%
Key (black)32.2%
Color previews
#2c0fad text on a black background
contrast 1.78:1
Card sample
#2c0fad text on a white background
contrast 11.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c0fad;
Background color
Panel with #2c0fad background
background-color: #2c0fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c0fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 15, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 15, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c0fad; background: linear-gradient(135deg, #2c0fad, #950FAD);