#2c0ccc
a dark, electric blue · warm · closest name: blue
RGB
44, 12, 204
HSL
250°, 89%, 42%
CMYK
78, 94, 0, 20
Luminance
0.0516
Every format
| HEX | #2c0ccc |
| RGB | rgb(44, 12, 204) |
| HSL | hsl(250, 89%, 42%) |
| CMYK | cmyk(78%, 94%, 0%, 20%) |
| LAB | lab(27.2 65.2 -87.2) |
| LCH | lch(27.2 108.9 306.8) |
| OKLCH | oklch(0.402 0.252 272.1) |
Copy-ready code
/* CSS */
color: #2c0ccc;
background-color: #2c0ccc;
/* Tailwind (arbitrary) */
class="text-[#2c0ccc] bg-[#2c0ccc]"
/* SCSS */
$brand: #2c0ccc;
/* SwiftUI */
Color(red: 0.173, green: 0.047, blue: 0.800)
/* Android */
Color.parseColor("#2c0ccc")Accessibility — WCAG contrast
Aa
#2c0ccc on white: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c0ccc on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green4.7%
Blue80.0%
CMYK percentages
Cyan78.4%
Magenta94.1%
Yellow0.0%
Key (black)20.0%
Color previews
#2c0ccc text on a black background
contrast 2.03:1
Card sample
#2c0ccc text on a white background
contrast 10.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c0ccc;
Background color
Panel with #2c0ccc background
background-color: #2c0ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c0ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 12, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 12, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c0ccc; background: linear-gradient(135deg, #2c0ccc, #AC0CCC);