Steel Blue
#5B9DBE
BlueColor Codes
All color formats for development
HEX
#5B9DBERGB
rgb(91, 157, 190)HSL
hsl(200, 43%, 55%)OKLCH
oklch(0.665 0.083 231.6)CMYK
cmyk(52%, 17%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4890B5
2#4080A0
3#38708C
4#306078
5#285064
6#204050
7#18303C
8#102028
9#081014
Tints
Lighter variations
1#6BA7C4
2#7CB0CB
3#8CBAD1
4#9DC4D8
5#ADCEDE
6#BDD8E5
7#CEE2EB
8#DEEBF2
9#EFF5F8
Tones
Muted variations
1#609BB9
2#6599B4
3#6A98AF
4#6F96AA
5#7494A5
6#7993A0
7#7D919B
8#829096
9#878E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E3 #D0E3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCD #ABCDDE | BordersInactive statesPlaceholder text |
| 400 | 7FB3 #7FB3CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B9D #5B9DBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4080 #4080A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3366 #336680 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2449 #24495B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172F #172F3A | 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: #E5F0F5;
--steel-blue-200: #D0E3EC;
--steel-blue-300: #ABCDDE;
--steel-blue-400: #7FB3CC;
--steel-blue-500: #5B9DBE;
--steel-blue-600: #4080A0;
--steel-blue-700: #336680;
--steel-blue-800: #24495B;
--steel-blue-900: #172F3A;
--steel-blue-950: #0F1D24;
}