Steel Blue
#5993C0
BlueColor Codes
All color formats for development
HEX
#5993C0RGB
rgb(89, 147, 192)HSL
hsl(206, 45%, 55%)OKLCH
oklch(0.642 0.091 243.3)CMYK
cmyk(54%, 23%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4586B7
2#3E77A3
3#36688E
4#2E597A
5#274A66
6#1F3B51
7#172D3D
8#0F1E29
9#080F14
Tints
Lighter variations
1#699EC6
2#7AA9CD
3#8BB3D3
4#9BBED9
5#ACC9DF
6#BCD4E6
7#CDDFEC
8#DEE9F2
9#EEF4F9
Tones
Muted variations
1#5E92BB
2#6392B6
3#6891B0
4#6D90AB
5#7290A6
6#788FA1
7#7D8E9C
8#828E97
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 #CFE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC8 #AAC8DF | BordersInactive statesPlaceholder text |
| 400 | 7EAB #7EABCE | Disabled statesSecondary iconsMuted text |
| 500 | 5993 #5993C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E77 #3E77A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 315F #315F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2344 #23445C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162B #162B3B | 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: #CFE0ED;
--steel-blue-300: #AAC8DF;
--steel-blue-400: #7EABCE;
--steel-blue-500: #5993C0;
--steel-blue-600: #3E77A3;
--steel-blue-700: #315F81;
--steel-blue-800: #23445C;
--steel-blue-900: #162B3B;
--steel-blue-950: #0E1B25;
}