Steel Blue
#5CA8BC
CyanColor Codes
All color formats for development
HEX
#5CA8BCRGB
rgb(92, 168, 188)HSL
hsl(193, 42%, 55%)OKLCH
oklch(0.69 0.081 216.9)CMYK
cmyk(51%, 11%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#499CB3
2#418B9F
3#397A8B
4#316877
5#295764
6#214550
7#18343C
8#102328
9#081114
Tints
Lighter variations
1#6CB0C3
2#7DB9CA
3#8DC2D0
4#9DCBD7
5#AED3DE
6#BEDCE4
7#CEE5EB
8#DEEEF2
9#EFF6F8
Tones
Muted variations
1#61A5B8
2#66A2B3
3#6B9FAE
4#6F9DA9
5#749AA4
6#7997A0
7#7E949B
8#839296
9#878F91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E6 #D0E6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD2 #ACD2DD | BordersInactive statesPlaceholder text |
| 400 | 80BB #80BBCB | Disabled statesSecondary iconsMuted text |
| 500 | 5CA8 #5CA8BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 418B #418B9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 346E #346E7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254F #254F5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1833 #18333A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E6F1F5;
--steel-blue-200: #D0E6EC;
--steel-blue-300: #ACD2DD;
--steel-blue-400: #80BBCB;
--steel-blue-500: #5CA8BC;
--steel-blue-600: #418B9F;
--steel-blue-700: #346E7F;
--steel-blue-800: #254F5B;
--steel-blue-900: #18333A;
--steel-blue-950: #0F2024;
}