Steel Blue
#57A3C1
BlueColor Codes
All color formats for development
HEX
#57A3C1RGB
rgb(87, 163, 193)HSL
hsl(197, 46%, 55%)OKLCH
oklch(0.678 0.087 226)CMYK
cmyk(55%, 16%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4497B8
2#3D87A4
3#35768F
4#2D657B
5#265466
6#1E4352
7#17323D
8#0F2229
9#081114
Tints
Lighter variations
1#68ACC7
2#79B5CD
3#8ABFD4
4#9AC8DA
5#ABD1E0
6#BCDAE6
7#CDE3EC
8#DDEDF3
9#EEF6F9
Tones
Muted variations
1#5DA1BC
2#629FB6
3#679CB1
4#6D9AAC
5#7298A7
6#7795A1
7#7C939C
8#829197
9#878F92
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 | CFE4 #CFE4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D0 #A9D0DF | BordersInactive statesPlaceholder text |
| 400 | 7DB8 #7DB8CF | Disabled statesSecondary iconsMuted text |
| 500 | 57A3 #57A3C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D87 #3D87A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 306B #306B82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224C #224C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1631 #16313C | 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: #CFE4ED;
--steel-blue-300: #A9D0DF;
--steel-blue-400: #7DB8CF;
--steel-blue-500: #57A3C1;
--steel-blue-600: #3D87A4;
--steel-blue-700: #306B82;
--steel-blue-800: #224C5D;
--steel-blue-900: #16313C;
--steel-blue-950: #0E1F25;
}