Steel Blue
#5CB1BC
CyanColor Codes
All color formats for development
HEX
#5CB1BCRGB
rgb(92, 177, 188)HSL
hsl(187, 42%, 55%)OKLCH
oklch(0.711 0.084 206.5)CMYK
cmyk(51%, 6%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49A7B3
2#41949F
3#39828B
4#316F77
5#295D64
6#214A50
7#18383C
8#102528
9#081314
Tints
Lighter variations
1#6CB9C3
2#7DC1CA
3#8DC9D0
4#9DD0D7
5#AED8DE
6#BEE0E4
7#CEE8EB
8#DEEFF2
9#EFF7F8
Tones
Muted variations
1#61AEB8
2#66AAB3
3#6BA6AE
4#6FA2A9
5#749FA4
6#799BA0
7#7E979B
8#839496
9#879091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E9 #D0E9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD7 #ACD7DD | BordersInactive statesPlaceholder text |
| 400 | 80C2 #80C2CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB1 #5CB1BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4194 #41949F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3476 #34767F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2554 #25545B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1836 #18363A | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E6F3F5;
--steel-blue-200: #D0E9EC;
--steel-blue-300: #ACD7DD;
--steel-blue-400: #80C2CB;
--steel-blue-500: #5CB1BC;
--steel-blue-600: #41949F;
--steel-blue-700: #34767F;
--steel-blue-800: #25545B;
--steel-blue-900: #18363A;
--steel-blue-950: #0F2224;
}