Steel Blue
#5DBBBB
CyanColor Codes
All color formats for development
HEX
#5DBBBBRGB
rgb(93, 187, 187)HSL
hsl(180, 41%, 55%)OKLCH
oklch(0.735 0.089 195.4)CMYK
cmyk(50%, 0%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AB2B2
2#429E9E
3#3A8A8A
4#327777
5#296363
6#214F4F
7#193B3B
8#112828
9#081414
Tints
Lighter variations
1#6DC2C2
2#7EC9C9
3#8ED0D0
4#9ED6D6
5#AEDDDD
6#BEE4E4
7#CEEBEB
8#DFF1F1
9#EFF8F8
Tones
Muted variations
1#62B7B7
2#67B2B2
3#6BADAD
4#70A8A8
5#75A4A4
6#799F9F
7#7E9A9A
8#839696
9#889191
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EB #D0EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDC #ACDCDC | BordersInactive statesPlaceholder text |
| 400 | 81CA #81CACA | Disabled statesSecondary iconsMuted text |
| 500 | 5DBB #5DBBBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 429E #429E9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 357E #357E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 265A #265A5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 183A #183A3A | 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: #F4FAFA;
--steel-blue-100: #E6F4F4;
--steel-blue-200: #D0EBEB;
--steel-blue-300: #ACDCDC;
--steel-blue-400: #81CACA;
--steel-blue-500: #5DBBBB;
--steel-blue-600: #429E9E;
--steel-blue-700: #357E7E;
--steel-blue-800: #265A5A;
--steel-blue-900: #183A3A;
--steel-blue-950: #0F2424;
}