Steel Blue
#5DB3BB
CyanColor Codes
All color formats for development
HEX
#5DB3BBRGB
rgb(93, 179, 187)HSL
hsl(185, 41%, 55%)OKLCH
oklch(0.716 0.084 203.4)CMYK
cmyk(50%, 4%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AA9B2
2#42979E
3#3A848A
4#327177
5#295E63
6#214B4F
7#19383B
8#112628
9#081314
Tints
Lighter variations
1#6DBBC2
2#7EC3C9
3#8ECAD0
4#9ED2D6
5#AED9DD
6#BEE1E4
7#CEE8EB
8#DFF0F1
9#EFF7F8
Tones
Muted variations
1#62B0B7
2#67ACB2
3#6BA8AD
4#70A4A8
5#75A0A4
6#799C9F
7#7E989A
8#839496
9#889091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E9 #D0E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD8 #ACD8DC | BordersInactive statesPlaceholder text |
| 400 | 81C4 #81C4CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB3 #5DB3BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4297 #42979E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3578 #35787E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2656 #26565A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1837 #18373A | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFA;
--steel-blue-100: #E6F3F4;
--steel-blue-200: #D0E9EB;
--steel-blue-300: #ACD8DC;
--steel-blue-400: #81C4CA;
--steel-blue-500: #5DB3BB;
--steel-blue-600: #42979E;
--steel-blue-700: #35787E;
--steel-blue-800: #26565A;
--steel-blue-900: #18373A;
--steel-blue-950: #0F2224;
}