#2c76cb
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
44, 118, 203
HSL
212°, 64%, 48%
CMYK
78, 42, 0, 20
Luminance
0.1780
Every format
| HEX | #2c76cb |
| RGB | rgb(44, 118, 203) |
| HSL | hsl(212, 64%, 48%) |
| CMYK | cmyk(78%, 42%, 0%, 20%) |
| LAB | lab(49.3 7.4 -50.5) |
| LCH | lch(49.3 51.0 278.3) |
| OKLCH | oklch(0.564 0.150 254.5) |
Copy-ready code
/* CSS */
color: #2c76cb;
background-color: #2c76cb;
/* Tailwind (arbitrary) */
class="text-[#2c76cb] bg-[#2c76cb]"
/* SCSS */
$brand: #2c76cb;
/* SwiftUI */
Color(red: 0.173, green: 0.463, blue: 0.796)
/* Android */
Color.parseColor("#2c76cb")Accessibility — WCAG contrast
Aa
#2c76cb on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c76cb on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green46.3%
Blue79.6%
CMYK percentages
Cyan78.3%
Magenta41.9%
Yellow0.0%
Key (black)20.4%
Color previews
#2c76cb text on a black background
contrast 4.56:1
Card sample
#2c76cb text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c76cb;
Background color
Panel with #2c76cb background
background-color: #2c76cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c76cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 118, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 118, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c76cb; background: linear-gradient(135deg, #2c76cb, #4C2CCB);