Steel Blue
#5A93BF
BlueColor Codes
All color formats for development
HEX
#5A93BFRGB
rgb(90, 147, 191)HSL
hsl(206, 44%, 55%)OKLCH
oklch(0.642 0.089 243.1)CMYK
cmyk(53%, 23%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4786B6
2#3F77A2
3#37688D
4#2F5979
5#274A65
6#1F3B51
7#182D3D
8#101E28
9#080F14
Tints
Lighter variations
1#6A9EC5
2#7BA9CC
3#8BB3D2
4#9CBED8
5#ACC9DF
6#BDD4E5
7#CDDFEC
8#DEE9F2
9#EEF4F9
Tones
Muted variations
1#5F92BA
2#6492B5
3#6991B0
4#6E90AB
5#7390A5
6#788FA0
7#7D8E9B
8#828E96
9#878D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE0 #CFE0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC8 #ABC8DE | BordersInactive statesPlaceholder text |
| 400 | 7EAB #7EABCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A93 #5A93BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F77 #3F77A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325E #325E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2443 #24435C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172B #172B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EEF5;
--steel-blue-200: #CFE0EC;
--steel-blue-300: #ABC8DE;
--steel-blue-400: #7EABCD;
--steel-blue-500: #5A93BF;
--steel-blue-600: #3F77A2;
--steel-blue-700: #325E81;
--steel-blue-800: #24435C;
--steel-blue-900: #172B3B;
--steel-blue-950: #0E1B25;
}