Steel Blue
#5990C0
BlueColor Codes
All color formats for development
HEX
#5990C0RGB
rgb(89, 144, 192)HSL
hsl(208, 45%, 55%)OKLCH
oklch(0.635 0.093 246.3)CMYK
cmyk(54%, 25%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4582B7
2#3E74A3
3#36658E
4#2E577A
5#274866
6#1F3A51
7#172B3D
8#0F1D29
9#080E14
Tints
Lighter variations
1#699BC6
2#7AA6CD
3#8BB1D3
4#9BBCD9
5#ACC7DF
6#BCD2E6
7#CDDEEC
8#DEE9F2
9#EEF4F9
Tones
Muted variations
1#5E8FBB
2#638FB6
3#688FB0
4#6D8EAB
5#728EA6
6#788EA1
7#7D8D9C
8#828D97
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 | CFDF #CFDFED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC6 #AAC6DF | BordersInactive statesPlaceholder text |
| 400 | 7EA8 #7EA8CE | Disabled statesSecondary iconsMuted text |
| 500 | 5990 #5990C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E74 #3E74A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 315C #315C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2342 #23425C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162A #162A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1A #0E1A25 | 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: #CFDFED;
--steel-blue-300: #AAC6DF;
--steel-blue-400: #7EA8CE;
--steel-blue-500: #5990C0;
--steel-blue-600: #3E74A3;
--steel-blue-700: #315C81;
--steel-blue-800: #23425C;
--steel-blue-900: #162A3B;
--steel-blue-950: #0E1A25;
}