Steel Blue
#57A1C1
BlueColor Codes
All color formats for development
HEX
#57A1C1RGB
rgb(87, 161, 193)HSL
hsl(198, 46%, 55%)OKLCH
oklch(0.674 0.088 228.3)CMYK
cmyk(55%, 17%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4495B8
2#3D85A4
3#35748F
4#2D647B
5#265366
6#1E4252
7#17323D
8#0F2129
9#081114
Tints
Lighter variations
1#68ABC7
2#79B4CD
3#8ABDD4
4#9AC7DA
5#ABD0E0
6#BCDAE6
7#CDE3EC
8#DDECF3
9#EEF6F9
Tones
Muted variations
1#5D9FBC
2#629DB6
3#679BB1
4#6D99AC
5#7297A7
6#7795A1
7#7C939C
8#829097
9#878E92
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 | A9CF #A9CFDF | BordersInactive statesPlaceholder text |
| 400 | 7DB6 #7DB6CF | Disabled statesSecondary iconsMuted text |
| 500 | 57A1 #57A1C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D85 #3D85A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 306A #306A82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224B #224B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1630 #16303C | 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: #A9CFDF;
--steel-blue-400: #7DB6CF;
--steel-blue-500: #57A1C1;
--steel-blue-600: #3D85A4;
--steel-blue-700: #306A82;
--steel-blue-800: #224B5D;
--steel-blue-900: #16303C;
--steel-blue-950: #0E1E25;
}