#2c8bba
a balanced, vivid cyan · cool · closest name: steelblue
RGB
44, 139, 186
HSL
200°, 62%, 45%
CMYK
76, 25, 0, 27
Luminance
0.2255
Every format
| HEX | #2c8bba |
| RGB | rgb(44, 139, 186) |
| HSL | hsl(200, 62%, 45%) |
| CMYK | cmyk(76%, 25%, 0%, 27%) |
| LAB | lab(54.6 -11.3 -32.4) |
| LCH | lch(54.6 34.3 250.8) |
| OKLCH | oklch(0.604 0.112 234.9) |
Copy-ready code
/* CSS */
color: #2c8bba;
background-color: #2c8bba;
/* Tailwind (arbitrary) */
class="text-[#2c8bba] bg-[#2c8bba]"
/* SCSS */
$brand: #2c8bba;
/* SwiftUI */
Color(red: 0.173, green: 0.545, blue: 0.729)
/* Android */
Color.parseColor("#2c8bba")Accessibility — WCAG contrast
Aa
#2c8bba on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c8bba on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green54.5%
Blue72.9%
CMYK percentages
Cyan76.3%
Magenta25.3%
Yellow0.0%
Key (black)27.1%
Color previews
#2c8bba text on a black background
contrast 5.51:1
Card sample
#2c8bba text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c8bba;
Background color
Panel with #2c8bba background
background-color: #2c8bba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c8bba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 139, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 139, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c8bba; background: linear-gradient(135deg, #2c8bba, #2C2CBA);