Steel Blue
#5BAABE
CyanColor Codes
All color formats for development
HEX
#5BAABERGB
rgb(91, 170, 190)HSL
hsl(192, 43%, 55%)OKLCH
oklch(0.695 0.083 216.3)CMYK
cmyk(52%, 11%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#489FB5
2#408DA0
3#387C8C
4#306A78
5#285864
6#204750
7#18353C
8#102328
9#081214
Tints
Lighter variations
1#6BB2C4
2#7CBBCB
3#8CC3D1
4#9DCCD8
5#ADD4DE
6#BDDDE5
7#CEE5EB
8#DEEEF2
9#EFF6F8
Tones
Muted variations
1#60A7B9
2#65A4B4
3#6AA1AF
4#6F9EAA
5#749BA5
6#7998A0
7#7D959B
8#829296
9#878F91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E6 #D0E6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD3 #ABD3DE | BordersInactive statesPlaceholder text |
| 400 | 7FBD #7FBDCC | Disabled statesSecondary iconsMuted text |
| 500 | 5BAA #5BAABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 408D #408DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3370 #337080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2450 #24505B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1733 #17333A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F2F5;
--steel-blue-200: #D0E6EC;
--steel-blue-300: #ABD3DE;
--steel-blue-400: #7FBDCC;
--steel-blue-500: #5BAABE;
--steel-blue-600: #408DA0;
--steel-blue-700: #337080;
--steel-blue-800: #24505B;
--steel-blue-900: #17333A;
--steel-blue-950: #0F2024;
}