#2c75a0
a dark, vivid blue · cool · closest name: steelblue
RGB
44, 117, 160
HSL
202°, 57%, 40%
CMYK
73, 27, 0, 37
Luminance
0.1580
Every format
| HEX | #2c75a0 |
| RGB | rgb(44, 117, 160) |
| HSL | hsl(202, 57%, 40%) |
| CMYK | cmyk(73%, 27%, 0%, 37%) |
| LAB | lab(46.7 -7.8 -29.6) |
| LCH | lch(46.7 30.7 255.2) |
| OKLCH | oklch(0.537 0.098 238.5) |
Copy-ready code
/* CSS */
color: #2c75a0;
background-color: #2c75a0;
/* Tailwind (arbitrary) */
class="text-[#2c75a0] bg-[#2c75a0]"
/* SCSS */
$brand: #2c75a0;
/* SwiftUI */
Color(red: 0.173, green: 0.459, blue: 0.627)
/* Android */
Color.parseColor("#2c75a0")Accessibility — WCAG contrast
Aa
#2c75a0 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c75a0 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green45.9%
Blue62.7%
CMYK percentages
Cyan72.5%
Magenta26.9%
Yellow0.0%
Key (black)37.3%
Color previews
#2c75a0 text on a black background
contrast 4.16:1
Card sample
#2c75a0 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c75a0;
Background color
Panel with #2c75a0 background
background-color: #2c75a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c75a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 117, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 117, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c75a0; background: linear-gradient(135deg, #2c75a0, #302CA0);