Steel Blue
#5EA6BA
CyanColor Codes
All color formats for development
HEX
#5EA6BARGB
rgb(94, 166, 186)HSL
hsl(193, 40%, 55%)OKLCH
oklch(0.686 0.078 217.8)CMYK
cmyk(49%, 11%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C9BB1
2#438A9D
3#3B7889
4#326776
5#2A5662
6#22454F
7#19343B
8#112227
9#081114
Tints
Lighter variations
1#6EAFC1
2#7EB8C8
3#8FC1CF
4#9FCAD6
5#AFD3DD
6#BFDCE3
7#CFE4EA
8#DFEDF1
9#EFF6F8
Tones
Muted variations
1#63A4B6
2#68A1B1
3#6C9EAC
4#719CA8
5#7599A3
6#7A979F
7#7E949A
8#839195
9#888F91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E5 #D1E5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD2 #ADD2DC | BordersInactive statesPlaceholder text |
| 400 | 82BA #82BAC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EA6 #5EA6BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 438A #438A9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366D #366D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264E #264E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1832 #183239 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FA;
--steel-blue-100: #E6F1F4;
--steel-blue-200: #D1E5EB;
--steel-blue-300: #ADD2DC;
--steel-blue-400: #82BAC9;
--steel-blue-500: #5EA6BA;
--steel-blue-600: #438A9D;
--steel-blue-700: #366D7D;
--steel-blue-800: #264E59;
--steel-blue-900: #183239;
--steel-blue-950: #0F1F24;
}