#2c03cf
a dark, electric blue · warm · closest name: blue
RGB
44, 3, 207
HSL
252°, 97%, 41%
CMYK
79, 99, 0, 19
Luminance
0.0511
Every format
| HEX | #2c03cf |
| RGB | rgb(44, 3, 207) |
| HSL | hsl(252, 97%, 41%) |
| CMYK | cmyk(79%, 99%, 0%, 19%) |
| LAB | lab(27.0 67.6 -89.2) |
| LCH | lch(27.0 111.9 307.2) |
| OKLCH | oklch(0.402 0.258 271.9) |
Copy-ready code
/* CSS */
color: #2c03cf;
background-color: #2c03cf;
/* Tailwind (arbitrary) */
class="text-[#2c03cf] bg-[#2c03cf]"
/* SCSS */
$brand: #2c03cf;
/* SwiftUI */
Color(red: 0.173, green: 0.012, blue: 0.812)
/* Android */
Color.parseColor("#2c03cf")Accessibility — WCAG contrast
Aa
#2c03cf on white: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c03cf on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green1.2%
Blue81.2%
CMYK percentages
Cyan78.7%
Magenta98.6%
Yellow0.0%
Key (black)18.8%
Color previews
#2c03cf text on a black background
contrast 2.02:1
Card sample
#2c03cf text on a white background
contrast 10.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c03cf;
Background color
Panel with #2c03cf background
background-color: #2c03cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c03cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 3, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 3, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c03cf; background: linear-gradient(135deg, #2c03cf, #B403CF);