#2c84a7
a dark, vivid cyan · cool · closest name: steelblue
RGB
44, 132, 167
HSL
197°, 58%, 41%
CMYK
74, 21, 0, 35
Luminance
0.1983
Every format
| HEX | #2c84a7 |
| RGB | rgb(44, 132, 167) |
| HSL | hsl(197, 58%, 41%) |
| CMYK | cmyk(74%, 21%, 0%, 35%) |
| LAB | lab(51.6 -14.0 -26.1) |
| LCH | lch(51.6 29.6 241.8) |
| OKLCH | oklch(0.577 0.097 228.8) |
Copy-ready code
/* CSS */
color: #2c84a7;
background-color: #2c84a7;
/* Tailwind (arbitrary) */
class="text-[#2c84a7] bg-[#2c84a7]"
/* SCSS */
$brand: #2c84a7;
/* SwiftUI */
Color(red: 0.173, green: 0.518, blue: 0.655)
/* Android */
Color.parseColor("#2c84a7")Accessibility — WCAG contrast
Aa
#2c84a7 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c84a7 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green51.8%
Blue65.5%
CMYK percentages
Cyan73.7%
Magenta21.0%
Yellow0.0%
Key (black)34.5%
Color previews
#2c84a7 text on a black background
contrast 4.97:1
Card sample
#2c84a7 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c84a7;
Background color
Panel with #2c84a7 background
background-color: #2c84a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c84a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 132, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 132, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c84a7; background: linear-gradient(135deg, #2c84a7, #2C32A7);