Steel Blue
#57BEC1
CyanColor Codes
All color formats for development
HEX
#57BEC1RGB
rgb(87, 190, 193)HSL
hsl(182, 46%, 55%)OKLCH
oklch(0.742 0.095 197.9)CMYK
cmyk(55%, 2%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44B4B8
2#3DA0A4
3#358C8F
4#2D787B
5#266466
6#1E5052
7#173C3D
8#0F2829
9#081414
Tints
Lighter variations
1#68C4C7
2#79CBCD
3#8AD1D4
4#9AD8DA
5#ABDEE0
6#BCE5E6
7#CDEBEC
8#DDF2F3
9#EEF8F9
Tones
Muted variations
1#5DB9BC
2#62B4B6
3#67AFB1
4#6DAAAC
5#72A5A7
6#77A0A1
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 | A9DE #A9DEDF | BordersInactive statesPlaceholder text |
| 400 | 7DCC #7DCCCF | Disabled statesSecondary iconsMuted text |
| 500 | 57BE #57BEC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3DA0 #3DA0A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3080 #308082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 225B #225B5D | 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: #A9DEDF;
--steel-blue-400: #7DCCCF;
--steel-blue-500: #57BEC1;
--steel-blue-600: #3DA0A4;
--steel-blue-700: #308082;
--steel-blue-800: #225B5D;
--steel-blue-900: #163A3C;
--steel-blue-950: #0E2425;
}