Steel Blue
#5DBABB
CyanColor Codes
All color formats for development
HEX
#5DBABBRGB
rgb(93, 186, 187)HSL
hsl(181, 41%, 55%)OKLCH
oklch(0.733 0.088 196.3)CMYK
cmyk(50%, 1%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AB0B2
2#429D9E
3#3A898A
4#327677
5#296263
6#214E4F
7#193B3B
8#112728
9#081414
Tints
Lighter variations
1#6DC1C2
2#7EC8C9
3#8ECFD0
4#9ED5D6
5#AEDCDD
6#BEE3E4
7#CEEAEB
8#DFF1F1
9#EFF8F8
Tones
Muted variations
1#62B5B7
2#67B1B2
3#6BACAD
4#70A8A8
5#75A3A4
6#799E9F
7#7E9A9A
8#839596
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 | 81C9 #81C9CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DBA #5DBABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 429D #429D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 357D #357D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2659 #26595A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1839 #18393A | 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: #81C9CA;
--steel-blue-500: #5DBABB;
--steel-blue-600: #429D9E;
--steel-blue-700: #357D7E;
--steel-blue-800: #26595A;
--steel-blue-900: #18393A;
--steel-blue-950: #0F2424;
}