Steel Blue
#5594C3
BlueColor Codes
All color formats for development
HEX
#5594C3RGB
rgb(85, 148, 195)HSL
hsl(206, 48%, 55%)OKLCH
oklch(0.644 0.096 242.5)CMYK
cmyk(56%, 24%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4286BB
2#3A77A6
3#336891
4#2C5A7D
5#244B68
6#1D3C53
7#162D3E
8#0F1E2A
9#070F15
Tints
Lighter variations
1#669EC9
2#77A9CF
3#88B4D5
4#99BFDB
5#AAC9E1
6#BBD4E7
7#CCDFED
8#DDEAF3
9#EEF4F9
Tones
Muted variations
1#5B93BE
2#6092B8
3#6691B3
4#6B91AD
5#7190A8
6#768FA2
7#7C8E9D
8#818E97
9#878D92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE0 #CEE0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C8 #A8C8E1 | BordersInactive statesPlaceholder text |
| 400 | 7BAB #7BABD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5594 #5594C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A77 #3A77A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5F #2E5F84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2144 #21445E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152B #152B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1B #0D1B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EEF6;
--steel-blue-200: #CEE0EE;
--steel-blue-300: #A8C8E1;
--steel-blue-400: #7BABD1;
--steel-blue-500: #5594C3;
--steel-blue-600: #3A77A6;
--steel-blue-700: #2E5F84;
--steel-blue-800: #21445E;
--steel-blue-900: #152B3C;
--steel-blue-950: #0D1B26;
}