Steel Blue
#57AFC1
CyanColor Codes
All color formats for development
HEX
#57AFC1RGB
rgb(87, 175, 193)HSL
hsl(190, 46%, 55%)OKLCH
oklch(0.707 0.088 212.8)CMYK
cmyk(55%, 9%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44A5B8
2#3D93A4
3#35808F
4#2D6E7B
5#265C66
6#1E4952
7#17373D
8#0F2529
9#081214
Tints
Lighter variations
1#68B7C7
2#79BFCD
3#8AC7D4
4#9ACFDA
5#ABD7E0
6#BCDFE6
7#CDE7EC
8#DDEFF3
9#EEF7F9
Tones
Muted variations
1#5DACBC
2#62A8B6
3#67A5B1
4#6DA1AC
5#729EA7
6#779AA1
7#7C979C
8#829397
9#879092
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE8 #CFE8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D6 #A9D6DF | BordersInactive statesPlaceholder text |
| 400 | 7DC1 #7DC1CF | Disabled statesSecondary iconsMuted text |
| 500 | 57AF #57AFC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D93 #3D93A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3075 #307582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2253 #22535D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1635 #16353C | 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: #F4FAFB;
--steel-blue-100: #E5F3F5;
--steel-blue-200: #CFE8ED;
--steel-blue-300: #A9D6DF;
--steel-blue-400: #7DC1CF;
--steel-blue-500: #57AFC1;
--steel-blue-600: #3D93A4;
--steel-blue-700: #307582;
--steel-blue-800: #22535D;
--steel-blue-900: #16353C;
--steel-blue-950: #0E2125;
}