Steel Blue
#57BCC1
CyanColor Codes
All color formats for development
HEX
#57BCC1RGB
rgb(87, 188, 193)HSL
hsl(183, 46%, 55%)OKLCH
oklch(0.737 0.094 199.7)CMYK
cmyk(55%, 3%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44B2B8
2#3D9FA4
3#358B8F
4#2D777B
5#266366
6#1E4F52
7#173B3D
8#0F2829
9#081414
Tints
Lighter variations
1#68C2C7
2#79C9CD
3#8AD0D4
4#9AD7DA
5#ABDDE0
6#BCE4E6
7#CDEBEC
8#DDF2F3
9#EEF8F9
Tones
Muted variations
1#5DB7BC
2#62B2B6
3#67AEB1
4#6DA9AC
5#72A4A7
6#779FA1
7#7C9B9C
8#829697
9#879192
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F5 #E5F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEC #CFECED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9DD #A9DDDF | BordersInactive statesPlaceholder text |
| 400 | 7DCB #7DCBCF | Disabled statesSecondary iconsMuted text |
| 500 | 57BC #57BCC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D9F #3D9FA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 307E #307E82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 225A #225A5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 163A #163A3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E24 #0E2425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FBFB;
--steel-blue-100: #E5F5F5;
--steel-blue-200: #CFECED;
--steel-blue-300: #A9DDDF;
--steel-blue-400: #7DCBCF;
--steel-blue-500: #57BCC1;
--steel-blue-600: #3D9FA4;
--steel-blue-700: #307E82;
--steel-blue-800: #225A5D;
--steel-blue-900: #163A3C;
--steel-blue-950: #0E2425;
}