Steel Blue
#5DB5BB
CyanColor Codes
All color formats for development
HEX
#5DB5BBRGB
rgb(93, 181, 187)HSL
hsl(184, 41%, 55%)OKLCH
oklch(0.721 0.085 201.3)CMYK
cmyk(50%, 3%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AABB2
2#42989E
3#3A858A
4#327277
5#295F63
6#214C4F
7#19393B
8#112628
9#081314
Tints
Lighter variations
1#6DBCC2
2#7EC4C9
3#8ECBD0
4#9ED3D6
5#AEDADD
6#BEE1E4
7#CEE9EB
8#DFF0F1
9#EFF8F8
Tones
Muted variations
1#62B1B7
2#67ADB2
3#6BA9AD
4#70A5A8
5#75A1A4
6#799D9F
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 | D0EA #D0EAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD9 #ACD9DC | BordersInactive statesPlaceholder text |
| 400 | 81C5 #81C5CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB5 #5DB5BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4298 #42989E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3579 #35797E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2656 #26565A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1837 #18373A | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | 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: #D0EAEB;
--steel-blue-300: #ACD9DC;
--steel-blue-400: #81C5CA;
--steel-blue-500: #5DB5BB;
--steel-blue-600: #42989E;
--steel-blue-700: #35797E;
--steel-blue-800: #26565A;
--steel-blue-900: #18373A;
--steel-blue-950: #0F2324;
}