Steel Blue
#5EBABA
CyanColor Codes
All color formats for development
HEX
#5EBABARGB
rgb(94, 186, 186)HSL
hsl(180, 40%, 55%)OKLCH
oklch(0.733 0.088 195.4)CMYK
cmyk(49%, 0%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CB1B1
2#439D9D
3#3B8989
4#327676
5#2A6262
6#224F4F
7#193B3B
8#112727
9#081414
Tints
Lighter variations
1#6EC1C1
2#7EC8C8
3#8FCFCF
4#9FD6D6
5#AFDDDD
6#BFE3E3
7#CFEAEA
8#DFF1F1
9#EFF8F8
Tones
Muted variations
1#63B6B6
2#68B1B1
3#6CACAC
4#71A8A8
5#75A3A3
6#7A9F9F
7#7E9A9A
8#839595
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 | D1EB #D1EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADDC #ADDCDC | BordersInactive statesPlaceholder text |
| 400 | 82C9 #82C9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EBA #5EBABA | Primary brand colorCTAsActive elementsLinks |
| 600 | 439D #439D9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367D #367D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2659 #265959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1839 #183939 | 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: #D1EBEB;
--steel-blue-300: #ADDCDC;
--steel-blue-400: #82C9C9;
--steel-blue-500: #5EBABA;
--steel-blue-600: #439D9D;
--steel-blue-700: #367D7D;
--steel-blue-800: #265959;
--steel-blue-900: #183939;
--steel-blue-950: #0F2424;
}