Steel Blue
#5B96BE
BlueColor Codes
All color formats for development
HEX
#5B96BERGB
rgb(91, 150, 190)HSL
hsl(204, 43%, 55%)OKLCH
oklch(0.649 0.086 239.6)CMYK
cmyk(52%, 21%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4889B5
2#407AA0
3#386B8C
4#305B78
5#284C64
6#203D50
7#182E3C
8#101E28
9#080F14
Tints
Lighter variations
1#6BA1C4
2#7CABCB
3#8CB6D1
4#9DC0D8
5#ADCBDE
6#BDD5E5
7#CEE0EB
8#DEEAF2
9#EFF5F8
Tones
Muted variations
1#6095B9
2#6594B4
3#6A93AF
4#6F92AA
5#7491A5
6#7990A0
7#7D8F9B
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 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E1 #D0E1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC9 #ABC9DE | BordersInactive statesPlaceholder text |
| 400 | 7FAD #7FADCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B96 #5B96BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 407A #407AA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3361 #336180 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2445 #24455B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172C #172C3A | 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: #F4F8FB;
--steel-blue-100: #E5EFF5;
--steel-blue-200: #D0E1EC;
--steel-blue-300: #ABC9DE;
--steel-blue-400: #7FADCC;
--steel-blue-500: #5B96BE;
--steel-blue-600: #407AA0;
--steel-blue-700: #336180;
--steel-blue-800: #24455B;
--steel-blue-900: #172C3A;
--steel-blue-950: #0F1C24;
}