Steel Blue
#5E95BA
BlueColor Codes
All color formats for development
HEX
#5E95BARGB
rgb(94, 149, 186)HSL
hsl(204, 40%, 55%)OKLCH
oklch(0.646 0.08 239.2)CMYK
cmyk(49%, 20%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C88B1
2#43799D
3#3B6A89
4#325B76
5#2A4C62
6#223D4F
7#192D3B
8#111E27
9#080F14
Tints
Lighter variations
1#6EA0C1
2#7EABC8
3#8FB5CF
4#9FC0D6
5#AFCADD
6#BFD5E3
7#CFDFEA
8#DFEAF1
9#EFF4F8
Tones
Muted variations
1#6395B6
2#6894B1
3#6C93AC
4#7192A8
5#7591A3
6#7A909F
7#7E8F9A
8#838E95
9#888D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E1 #D1E1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC9 #ADC9DC | BordersInactive statesPlaceholder text |
| 400 | 82AD #82ADC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E95 #5E95BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4379 #43799D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3660 #36607D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2645 #264559 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182C #182C39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6EFF4;
--steel-blue-200: #D1E1EB;
--steel-blue-300: #ADC9DC;
--steel-blue-400: #82ADC9;
--steel-blue-500: #5E95BA;
--steel-blue-600: #43799D;
--steel-blue-700: #36607D;
--steel-blue-800: #264559;
--steel-blue-900: #182C39;
--steel-blue-950: #0F1C24;
}