#2c5ec2
a balanced, vivid blue · cool · closest name: royalblue
RGB
44, 94, 194
HSL
220°, 63%, 47%
CMYK
77, 52, 0, 24
Luminance
0.1244
Every format
| HEX | #2c5ec2 |
| RGB | rgb(44, 94, 194) |
| HSL | hsl(220, 63%, 47%) |
| CMYK | cmyk(77%, 52%, 0%, 24%) |
| LAB | lab(41.9 19.3 -57.1) |
| LCH | lch(41.9 60.3 288.7) |
| OKLCH | oklch(0.506 0.166 262.2) |
Copy-ready code
/* CSS */
color: #2c5ec2;
background-color: #2c5ec2;
/* Tailwind (arbitrary) */
class="text-[#2c5ec2] bg-[#2c5ec2]"
/* SCSS */
$brand: #2c5ec2;
/* SwiftUI */
Color(red: 0.173, green: 0.369, blue: 0.761)
/* Android */
Color.parseColor("#2c5ec2")Accessibility — WCAG contrast
Aa
#2c5ec2 on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c5ec2 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green36.9%
Blue76.1%
CMYK percentages
Cyan77.3%
Magenta51.5%
Yellow0.0%
Key (black)23.9%
Color previews
#2c5ec2 text on a black background
contrast 3.49:1
Card sample
#2c5ec2 text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c5ec2;
Background color
Panel with #2c5ec2 background
background-color: #2c5ec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c5ec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 94, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 94, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c5ec2; background: linear-gradient(135deg, #2c5ec2, #5E2CC2);