Steel Blue
#5CA3BC
BlueColor Codes
All color formats for development
HEX
#5CA3BCRGB
rgb(92, 163, 188)HSL
hsl(196, 42%, 55%)OKLCH
oklch(0.679 0.08 223)CMYK
cmyk(51%, 13%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4997B3
2#41869F
3#39758B
4#316577
5#295464
6#214350
7#18323C
8#102228
9#081114
Tints
Lighter variations
1#6CACC3
2#7DB5CA
3#8DBED0
4#9DC8D7
5#AED1DE
6#BEDAE4
7#CEE3EB
8#DEEDF2
9#EFF6F8
Tones
Muted variations
1#61A0B8
2#669EB3
3#6B9CAE
4#6F9AA9
5#7497A4
6#7995A0
7#7E939B
8#839196
9#878E91
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 | D0E4 #D0E4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD0 #ACD0DD | BordersInactive statesPlaceholder text |
| 400 | 80B7 #80B7CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CA3 #5CA3BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4186 #41869F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 346B #346B7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254C #254C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1831 #18313A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | 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: #D0E4EC;
--steel-blue-300: #ACD0DD;
--steel-blue-400: #80B7CB;
--steel-blue-500: #5CA3BC;
--steel-blue-600: #41869F;
--steel-blue-700: #346B7F;
--steel-blue-800: #254C5B;
--steel-blue-900: #18313A;
--steel-blue-950: #0F1E24;
}