#2c0fbd
a dark, electric blue · warm · closest name: navy
RGB
44, 15, 189
HSL
250°, 85%, 40%
CMYK
77, 92, 0, 26
Luminance
0.0455
Every format
| HEX | #2c0fbd |
| RGB | rgb(44, 15, 189) |
| HSL | hsl(250, 85%, 40%) |
| CMYK | cmyk(77%, 92%, 0%, 26%) |
| LAB | lab(25.4 60.6 -81.3) |
| LCH | lch(25.4 101.4 306.7) |
| OKLCH | oklch(0.385 0.235 273.3) |
Copy-ready code
/* CSS */
color: #2c0fbd;
background-color: #2c0fbd;
/* Tailwind (arbitrary) */
class="text-[#2c0fbd] bg-[#2c0fbd]"
/* SCSS */
$brand: #2c0fbd;
/* SwiftUI */
Color(red: 0.173, green: 0.059, blue: 0.741)
/* Android */
Color.parseColor("#2c0fbd")Accessibility — WCAG contrast
Aa
#2c0fbd on white: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c0fbd on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green5.9%
Blue74.1%
CMYK percentages
Cyan76.7%
Magenta92.1%
Yellow0.0%
Key (black)25.9%
Color previews
#2c0fbd text on a black background
contrast 1.91:1
Card sample
#2c0fbd text on a white background
contrast 10.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c0fbd;
Background color
Panel with #2c0fbd background
background-color: #2c0fbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c0fbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 15, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 15, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c0fbd; background: linear-gradient(135deg, #2c0fbd, #A00FBD);