#2c45c2
a balanced, vivid blue · warm · closest name: slateblue
RGB
44, 69, 194
HSL
230°, 63%, 47%
CMYK
77, 64, 0, 24
Luminance
0.0869
Every format
| HEX | #2c45c2 |
| RGB | rgb(44, 69, 194) |
| HSL | hsl(230, 63%, 47%) |
| CMYK | cmyk(77%, 64%, 0%, 24%) |
| LAB | lab(35.4 35.5 -67.8) |
| LCH | lch(35.4 76.5 297.7) |
| OKLCH | oklch(0.457 0.196 268.3) |
Copy-ready code
/* CSS */
color: #2c45c2;
background-color: #2c45c2;
/* Tailwind (arbitrary) */
class="text-[#2c45c2] bg-[#2c45c2]"
/* SCSS */
$brand: #2c45c2;
/* SwiftUI */
Color(red: 0.173, green: 0.271, blue: 0.761)
/* Android */
Color.parseColor("#2c45c2")Accessibility — WCAG contrast
Aa
#2c45c2 on white: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c45c2 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green27.1%
Blue76.1%
CMYK percentages
Cyan77.3%
Magenta64.4%
Yellow0.0%
Key (black)23.9%
Color previews
#2c45c2 text on a black background
contrast 2.74:1
Card sample
#2c45c2 text on a white background
contrast 7.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c45c2;
Background color
Panel with #2c45c2 background
background-color: #2c45c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c45c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 69, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 69, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c45c2; background: linear-gradient(135deg, #2c45c2, #772CC2);