Steel Blue
#5B9EBE
BlueColor Codes
All color formats for development
HEX
#5B9EBERGB
rgb(91, 158, 190)HSL
hsl(199, 43%, 55%)OKLCH
oklch(0.667 0.083 230.5)CMYK
cmyk(52%, 17%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4892B5
2#4082A0
3#38728C
4#306178
5#285164
6#204150
7#18313C
8#102028
9#081014
Tints
Lighter variations
1#6BA8C4
2#7CB2CB
3#8CBBD1
4#9DC5D8
5#ADCFDE
6#BDD8E5
7#CEE2EB
8#DEECF2
9#EFF5F8
Tones
Muted variations
1#609DB9
2#659BB4
3#6A99AF
4#6F97AA
5#7495A5
6#7993A0
7#7D929B
8#829096
9#878E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E3 #D0E3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCE #ABCEDE | BordersInactive statesPlaceholder text |
| 400 | 7FB4 #7FB4CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B9E #5B9EBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4082 #4082A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3367 #336780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244A #244A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172F #172F3A | 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: #E5F0F5;
--steel-blue-200: #D0E3EC;
--steel-blue-300: #ABCEDE;
--steel-blue-400: #7FB4CC;
--steel-blue-500: #5B9EBE;
--steel-blue-600: #4082A0;
--steel-blue-700: #336780;
--steel-blue-800: #244A5B;
--steel-blue-900: #172F3A;
--steel-blue-950: #0F1E24;
}