Steel Blue
#59A4C0
BlueColor Codes
All color formats for development
HEX
#59A4C0RGB
rgb(89, 164, 192)HSL
hsl(196, 45%, 55%)OKLCH
oklch(0.681 0.085 224.6)CMYK
cmyk(54%, 15%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4599B7
2#3E88A3
3#36778E
4#2E667A
5#275566
6#1F4451
7#17333D
8#0F2229
9#081114
Tints
Lighter variations
1#69ADC6
2#7AB6CD
3#8BC0D3
4#9BC9D9
5#ACD2DF
6#BCDBE6
7#CDE4EC
8#DEEDF2
9#EEF6F9
Tones
Muted variations
1#5EA2BB
2#63A0B6
3#689DB0
4#6D9BAB
5#7298A6
6#7896A1
7#7D939C
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 | AAD1 #AAD1DF | BordersInactive statesPlaceholder text |
| 400 | 7EB8 #7EB8CE | Disabled statesSecondary iconsMuted text |
| 500 | 59A4 #59A4C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E88 #3E88A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 316C #316C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234D #234D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1631 #16313B | 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: #AAD1DF;
--steel-blue-400: #7EB8CE;
--steel-blue-500: #59A4C0;
--steel-blue-600: #3E88A3;
--steel-blue-700: #316C81;
--steel-blue-800: #234D5C;
--steel-blue-900: #16313B;
--steel-blue-950: #0E1F25;
}