Steel Blue
#5C9BBC
BlueColor Codes
All color formats for development
HEX
#5C9BBCRGB
rgb(92, 155, 188)HSL
hsl(201, 42%, 55%)OKLCH
oklch(0.66 0.081 232.7)CMYK
cmyk(51%, 18%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#498EB3
2#417E9F
3#396F8B
4#315F77
5#294F64
6#213F50
7#182F3C
8#102028
9#081014
Tints
Lighter variations
1#6CA5C3
2#7DAFCA
3#8DB9D0
4#9DC3D7
5#AECDDE
6#BED7E4
7#CEE1EB
8#DEEBF2
9#EFF5F8
Tones
Muted variations
1#6199B8
2#6698B3
3#6B96AE
4#6F95A9
5#7493A4
6#7992A0
7#7E919B
8#838F96
9#878E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E2 #D0E2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCC #ACCCDD | BordersInactive statesPlaceholder text |
| 400 | 80B1 #80B1CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C9B #5C9BBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 417E #417E9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3464 #34647F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2548 #25485B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182E #182E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E6EFF5;
--steel-blue-200: #D0E2EC;
--steel-blue-300: #ACCCDD;
--steel-blue-400: #80B1CB;
--steel-blue-500: #5C9BBC;
--steel-blue-600: #417E9F;
--steel-blue-700: #34647F;
--steel-blue-800: #25485B;
--steel-blue-900: #182E3A;
--steel-blue-950: #0F1D24;
}