Steel Blue
#5BBEBE
CyanColor Codes
All color formats for development
HEX
#5BBEBERGB
rgb(91, 190, 190)HSL
hsl(180, 43%, 55%)OKLCH
oklch(0.743 0.093 195.3)CMYK
cmyk(52%, 0%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48B5B5
2#40A0A0
3#388C8C
4#307878
5#286464
6#205050
7#183C3C
8#102828
9#081414
Tints
Lighter variations
1#6BC4C4
2#7CCBCB
3#8CD1D1
4#9DD8D8
5#ADDEDE
6#BDE5E5
7#CEEBEB
8#DEF2F2
9#EFF8F8
Tones
Muted variations
1#60B9B9
2#65B4B4
3#6AAFAF
4#6FAAAA
5#74A5A5
6#79A0A0
7#7D9B9B
8#829696
9#879191
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 | D0EC #D0ECEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDE #ABDEDE | BordersInactive statesPlaceholder text |
| 400 | 7FCC #7FCCCC | Disabled statesSecondary iconsMuted text |
| 500 | 5BBE #5BBEBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 40A0 #40A0A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3380 #338080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 245B #245B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 173A #173A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | 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: #D0ECEC;
--steel-blue-300: #ABDEDE;
--steel-blue-400: #7FCCCC;
--steel-blue-500: #5BBEBE;
--steel-blue-600: #40A0A0;
--steel-blue-700: #338080;
--steel-blue-800: #245B5B;
--steel-blue-900: #173A3A;
--steel-blue-950: #0F2424;
}