Steel Blue
#59A6C0
BlueColor Codes
All color formats for development
HEX
#59A6C0RGB
rgb(89, 166, 192)HSL
hsl(195, 45%, 55%)OKLCH
oklch(0.686 0.085 222.3)CMYK
cmyk(54%, 14%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#459BB7
2#3E89A3
3#36788E
4#2E677A
5#275666
6#1F4551
7#17343D
8#0F2229
9#081114
Tints
Lighter variations
1#69AFC6
2#7AB8CD
3#8BC1D3
4#9BCAD9
5#ACD3DF
6#BCDBE6
7#CDE4EC
8#DEEDF2
9#EEF6F9
Tones
Muted variations
1#5EA3BB
2#63A1B6
3#689EB0
4#6D9CAB
5#7299A6
6#7897A1
7#7D949C
8#829197
9#878F91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE5 #CFE5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD2 #AAD2DF | BordersInactive statesPlaceholder text |
| 400 | 7EBA #7EBACE | Disabled statesSecondary iconsMuted text |
| 500 | 59A6 #59A6C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E89 #3E89A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 316D #316D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234E #234E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1632 #16323B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1F #0E1F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F1F5;
--steel-blue-200: #CFE5ED;
--steel-blue-300: #AAD2DF;
--steel-blue-400: #7EBACE;
--steel-blue-500: #59A6C0;
--steel-blue-600: #3E89A3;
--steel-blue-700: #316D81;
--steel-blue-800: #234E5C;
--steel-blue-900: #16323B;
--steel-blue-950: #0E1F25;
}