Steel Blue
#57ACC1
CyanColor Codes
All color formats for development
HEX
#57ACC1RGB
rgb(87, 172, 193)HSL
hsl(192, 46%, 55%)OKLCH
oklch(0.699 0.087 216)CMYK
cmyk(55%, 11%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44A1B8
2#3D8FA4
3#357D8F
4#2D6B7B
5#265966
6#1E4852
7#17363D
8#0F2429
9#081214
Tints
Lighter variations
1#68B4C7
2#79BDCD
3#8AC5D4
4#9ACDDA
5#ABD5E0
6#BCDEE6
7#CDE6EC
8#DDEEF3
9#EEF7F9
Tones
Muted variations
1#5DA9BC
2#62A6B6
3#67A2B1
4#6D9FAC
5#729CA7
6#7799A1
7#7C969C
8#829397
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 | CFE7 #CFE7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D5 #A9D5DF | BordersInactive statesPlaceholder text |
| 400 | 7DBE #7DBECF | Disabled statesSecondary iconsMuted text |
| 500 | 57AC #57ACC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D8F #3D8FA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3072 #307282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2251 #22515D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1634 #16343C | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | 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: #CFE7ED;
--steel-blue-300: #A9D5DF;
--steel-blue-400: #7DBECF;
--steel-blue-500: #57ACC1;
--steel-blue-600: #3D8FA4;
--steel-blue-700: #307282;
--steel-blue-800: #22515D;
--steel-blue-900: #16343C;
--steel-blue-950: #0E2125;
}