#2c9bda
a balanced, vivid blue · cool · closest name: steelblue
RGB
44, 155, 218
HSL
202°, 70%, 51%
CMYK
80, 29, 0, 15
Luminance
0.2904
Every format
| HEX | #2c9bda |
| RGB | rgb(44, 155, 218) |
| HSL | hsl(202, 70%, 51%) |
| CMYK | cmyk(80%, 29%, 0%, 15%) |
| LAB | lab(60.8 -9.0 -40.6) |
| LCH | lch(60.8 41.6 257.5) |
| OKLCH | oklch(0.658 0.134 239.3) |
Copy-ready code
/* CSS */
color: #2c9bda;
background-color: #2c9bda;
/* Tailwind (arbitrary) */
class="text-[#2c9bda] bg-[#2c9bda]"
/* SCSS */
$brand: #2c9bda;
/* SwiftUI */
Color(red: 0.173, green: 0.608, blue: 0.855)
/* Android */
Color.parseColor("#2c9bda")Accessibility — WCAG contrast
Aa
#2c9bda on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c9bda on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green60.8%
Blue85.5%
CMYK percentages
Cyan79.8%
Magenta28.9%
Yellow0.0%
Key (black)14.5%
Color previews
#2c9bda text on a black background
contrast 6.81:1
Card sample
#2c9bda text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c9bda;
Background color
Panel with #2c9bda background
background-color: #2c9bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c9bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 155, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 155, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c9bda; background: linear-gradient(135deg, #2c9bda, #312CDA);