Steel Blue
#57A7C1
BlueColor Codes
All color formats for development
HEX
#57A7C1RGB
rgb(87, 167, 193)HSL
hsl(195, 46%, 55%)OKLCH
oklch(0.688 0.087 221.6)CMYK
cmyk(55%, 13%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#449BB8
2#3D8AA4
3#35798F
4#2D687B
5#265666
6#1E4552
7#17343D
8#0F2329
9#081114
Tints
Lighter variations
1#68AFC7
2#79B8CD
3#8AC1D4
4#9ACADA
5#ABD3E0
6#BCDCE6
7#CDE4EC
8#DDEDF3
9#EEF6F9
Tones
Muted variations
1#5DA4BC
2#62A1B6
3#679FB1
4#6D9CAC
5#7299A7
6#7797A1
7#7C949C
8#829297
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 | CFE5 #CFE5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D2 #A9D2DF | BordersInactive statesPlaceholder text |
| 400 | 7DBA #7DBACF | Disabled statesSecondary iconsMuted text |
| 500 | 57A7 #57A7C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D8A #3D8AA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 306E #306E82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224E #224E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1632 #16323C | 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: #A9D2DF;
--steel-blue-400: #7DBACF;
--steel-blue-500: #57A7C1;
--steel-blue-600: #3D8AA4;
--steel-blue-700: #306E82;
--steel-blue-800: #224E5D;
--steel-blue-900: #16323C;
--steel-blue-950: #0E1F25;
}