Steel Blue
#59A1C0
BlueColor Codes
All color formats for development
HEX
#59A1C0RGB
rgb(89, 161, 192)HSL
hsl(198, 45%, 55%)OKLCH
oklch(0.674 0.085 228)CMYK
cmyk(54%, 16%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4595B7
2#3E84A3
3#36748E
4#2E637A
5#275366
6#1F4251
7#17323D
8#0F2129
9#081114
Tints
Lighter variations
1#69AAC6
2#7AB4CD
3#8BBDD3
4#9BC7D9
5#ACD0DF
6#BCD9E6
7#CDE3EC
8#DEECF2
9#EEF6F9
Tones
Muted variations
1#5E9FBB
2#639DB6
3#689BB0
4#6D99AB
5#7297A6
6#7895A1
7#7D929C
8#829097
9#878E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE4 #CFE4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACF #AACFDF | BordersInactive statesPlaceholder text |
| 400 | 7EB6 #7EB6CE | Disabled statesSecondary iconsMuted text |
| 500 | 59A1 #59A1C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E84 #3E84A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3169 #316981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234B #234B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1630 #16303B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F0F5;
--steel-blue-200: #CFE4ED;
--steel-blue-300: #AACFDF;
--steel-blue-400: #7EB6CE;
--steel-blue-500: #59A1C0;
--steel-blue-600: #3E84A3;
--steel-blue-700: #316981;
--steel-blue-800: #234B5C;
--steel-blue-900: #16303B;
--steel-blue-950: #0E1E25;
}