Steel Blue
#5995C0
BlueColor Codes
All color formats for development
HEX
#5995C0RGB
rgb(89, 149, 192)HSL
hsl(205, 45%, 55%)OKLCH
oklch(0.646 0.09 241.2)CMYK
cmyk(54%, 22%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4588B7
2#3E79A3
3#366A8E
4#2E5A7A
5#274B66
6#1F3C51
7#172D3D
8#0F1E29
9#080F14
Tints
Lighter variations
1#699FC6
2#7AAACD
3#8BB5D3
4#9BBFD9
5#ACCADF
6#BCD5E6
7#CDDFEC
8#DEEAF2
9#EEF4F9
Tones
Muted variations
1#5E94BB
2#6393B6
3#6892B0
4#6D91AB
5#7291A6
6#7890A1
7#7D8F9C
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 | AAC9 #AAC9DF | BordersInactive statesPlaceholder text |
| 400 | 7EAC #7EACCE | Disabled statesSecondary iconsMuted text |
| 500 | 5995 #5995C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E79 #3E79A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3160 #316081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2345 #23455C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162C #162C3B | 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: #AAC9DF;
--steel-blue-400: #7EACCE;
--steel-blue-500: #5995C0;
--steel-blue-600: #3E79A3;
--steel-blue-700: #316081;
--steel-blue-800: #23455C;
--steel-blue-900: #162C3B;
--steel-blue-950: #0E1B25;
}