Steel Blue
#5EA5BA
CyanColor Codes
All color formats for development
HEX
#5EA5BARGB
rgb(94, 165, 186)HSL
hsl(194, 40%, 55%)OKLCH
oklch(0.683 0.078 219.1)CMYK
cmyk(49%, 11%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C99B1
2#43889D
3#3B7789
4#326676
5#2A5562
6#22444F
7#19333B
8#112227
9#081114
Tints
Lighter variations
1#6EAEC1
2#7EB7C8
3#8FC0CF
4#9FC9D6
5#AFD2DD
6#BFDBE3
7#CFE4EA
8#DFEDF1
9#EFF6F8
Tones
Muted variations
1#63A2B6
2#68A0B1
3#6C9DAC
4#719BA8
5#7598A3
6#7A969F
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 | ADD1 #ADD1DC | BordersInactive statesPlaceholder text |
| 400 | 82B9 #82B9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EA5 #5EA5BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4388 #43889D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366C #366C7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264D #264D59 | 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: #ADD1DC;
--steel-blue-400: #82B9C9;
--steel-blue-500: #5EA5BA;
--steel-blue-600: #43889D;
--steel-blue-700: #366C7D;
--steel-blue-800: #264D59;
--steel-blue-900: #183239;
--steel-blue-950: #0F1F24;
}