Steel Blue
#5EB9BA
CyanColor Codes
All color formats for development
HEX
#5EB9BARGB
rgb(94, 185, 186)HSL
hsl(181, 40%, 55%)OKLCH
oklch(0.731 0.087 196.4)CMYK
cmyk(49%, 1%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CAFB1
2#439C9D
3#3B8889
4#327576
5#2A6162
6#224E4F
7#193A3B
8#112727
9#081314
Tints
Lighter variations
1#6EC0C1
2#7EC7C8
3#8FCECF
4#9FD5D6
5#AFDCDD
6#BFE3E3
7#CFEAEA
8#DFF1F1
9#EFF8F8
Tones
Muted variations
1#63B4B6
2#68B0B1
3#6CABAC
4#71A7A8
5#75A2A3
6#7A9E9F
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 | ADDB #ADDBDC | BordersInactive statesPlaceholder text |
| 400 | 82C8 #82C8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EB9 #5EB9BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 439C #439C9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367C #367C7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2658 #265859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1839 #183939 | 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: #E6F4F4;
--steel-blue-200: #D1EBEB;
--steel-blue-300: #ADDBDC;
--steel-blue-400: #82C8C9;
--steel-blue-500: #5EB9BA;
--steel-blue-600: #439C9D;
--steel-blue-700: #367C7D;
--steel-blue-800: #265859;
--steel-blue-900: #183939;
--steel-blue-950: #0F2324;
}