Steel Blue
#5CA1BC
BlueColor Codes
All color formats for development
HEX
#5CA1BCRGB
rgb(92, 161, 188)HSL
hsl(197, 42%, 55%)OKLCH
oklch(0.674 0.08 225.4)CMYK
cmyk(51%, 14%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4995B3
2#41859F
3#39748B
4#316377
5#295364
6#214250
7#18323C
8#102128
9#081114
Tints
Lighter variations
1#6CABC3
2#7DB4CA
3#8DBDD0
4#9DC7D7
5#AED0DE
6#BED9E4
7#CEE3EB
8#DEECF2
9#EFF6F8
Tones
Muted variations
1#619FB8
2#669DB3
3#6B9BAE
4#6F99A9
5#7497A4
6#7995A0
7#7E939B
8#839096
9#878E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E4 #D0E4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCF #ACCFDD | BordersInactive statesPlaceholder text |
| 400 | 80B6 #80B6CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CA1 #5CA1BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4185 #41859F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3469 #34697F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254B #254B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1830 #18303A | 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: #E6F0F5;
--steel-blue-200: #D0E4EC;
--steel-blue-300: #ACCFDD;
--steel-blue-400: #80B6CB;
--steel-blue-500: #5CA1BC;
--steel-blue-600: #41859F;
--steel-blue-700: #34697F;
--steel-blue-800: #254B5B;
--steel-blue-900: #18303A;
--steel-blue-950: #0F1E24;
}