#2c7fcc
a balanced, vivid blue · cool · closest name: steelblue
RGB
44, 127, 204
HSL
209°, 65%, 49%
CMYK
78, 38, 0, 20
Luminance
0.2007
Every format
| HEX | #2c7fcc |
| RGB | rgb(44, 127, 204) |
| HSL | hsl(209, 65%, 49%) |
| CMYK | cmyk(78%, 38%, 0%, 20%) |
| LAB | lab(51.9 2.3 -46.8) |
| LCH | lch(51.9 46.9 272.8) |
| OKLCH | oklch(0.585 0.142 250.4) |
Copy-ready code
/* CSS */
color: #2c7fcc;
background-color: #2c7fcc;
/* Tailwind (arbitrary) */
class="text-[#2c7fcc] bg-[#2c7fcc]"
/* SCSS */
$brand: #2c7fcc;
/* SwiftUI */
Color(red: 0.173, green: 0.498, blue: 0.800)
/* Android */
Color.parseColor("#2c7fcc")Accessibility — WCAG contrast
Aa
#2c7fcc on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c7fcc on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green49.8%
Blue80.0%
CMYK percentages
Cyan78.4%
Magenta37.7%
Yellow0.0%
Key (black)20.0%
Color previews
#2c7fcc text on a black background
contrast 5.01:1
Card sample
#2c7fcc text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c7fcc;
Background color
Panel with #2c7fcc background
background-color: #2c7fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c7fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 127, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 127, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c7fcc; background: linear-gradient(135deg, #2c7fcc, #442CCC);