Steel Blue
#57AAC1
CyanColor Codes
All color formats for development
HEX
#57AAC1RGB
rgb(87, 170, 193)HSL
hsl(193, 46%, 55%)OKLCH
oklch(0.695 0.087 218.2)CMYK
cmyk(55%, 12%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#449FB8
2#3D8DA4
3#357C8F
4#2D6A7B
5#265866
6#1E4752
7#17353D
8#0F2329
9#081214
Tints
Lighter variations
1#68B3C7
2#79BBCD
3#8AC4D4
4#9ACCDA
5#ABD5E0
6#BCDDE6
7#CDE6EC
8#DDEEF3
9#EEF7F9
Tones
Muted variations
1#5DA7BC
2#62A4B6
3#67A1B1
4#6D9EAC
5#729BA7
6#7798A1
7#7C959C
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 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D4 #A9D4DF | BordersInactive statesPlaceholder text |
| 400 | 7DBD #7DBDCF | Disabled statesSecondary iconsMuted text |
| 500 | 57AA #57AAC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D8D #3D8DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3071 #307182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2250 #22505D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1633 #16333C | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F2F5;
--steel-blue-200: #CFE6ED;
--steel-blue-300: #A9D4DF;
--steel-blue-400: #7DBDCF;
--steel-blue-500: #57AAC1;
--steel-blue-600: #3D8DA4;
--steel-blue-700: #307182;
--steel-blue-800: #22505D;
--steel-blue-900: #16333C;
--steel-blue-950: #0E2025;
}