Steel Blue
#5D97BB
BlueColor Codes
All color formats for development
HEX
#5D97BBRGB
rgb(93, 151, 187)HSL
hsl(203, 41%, 55%)OKLCH
oklch(0.651 0.081 237.1)CMYK
cmyk(50%, 19%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A8AB2
2#427B9E
3#3A6C8A
4#325C77
5#294D63
6#213D4F
7#192E3B
8#111F28
9#080F14
Tints
Lighter variations
1#6DA2C2
2#7EACC9
3#8EB6D0
4#9EC1D6
5#AECBDD
6#BED5E4
7#CEE0EB
8#DFEAF1
9#EFF5F8
Tones
Muted variations
1#6296B7
2#6795B2
3#6B94AD
4#7093A8
5#7592A4
6#79919F
7#7E909A
8#838E96
9#888D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E1 #D0E1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCA #ACCADC | BordersInactive statesPlaceholder text |
| 400 | 81AE #81AECA | Disabled statesSecondary iconsMuted text |
| 500 | 5D97 #5D97BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 427B #427B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3562 #35627E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2646 #26465A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182D #182D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6EFF4;
--steel-blue-200: #D0E1EB;
--steel-blue-300: #ACCADC;
--steel-blue-400: #81AECA;
--steel-blue-500: #5D97BB;
--steel-blue-600: #427B9E;
--steel-blue-700: #35627E;
--steel-blue-800: #26465A;
--steel-blue-900: #182D3A;
--steel-blue-950: #0F1C24;
}