Steel Blue
#5B98BE
BlueColor Codes
All color formats for development
HEX
#5B98BERGB
rgb(91, 152, 190)HSL
hsl(203, 43%, 55%)OKLCH
oklch(0.653 0.085 237.4)CMYK
cmyk(52%, 20%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#488BB5
2#407BA0
3#386C8C
4#305D78
5#284D64
6#203E50
7#182E3C
8#101F28
9#080F14
Tints
Lighter variations
1#6BA2C4
2#7CACCB
3#8CB7D1
4#9DC1D8
5#ADCBDE
6#BDD6E5
7#CEE0EB
8#DEEAF2
9#EFF5F8
Tones
Muted variations
1#6097B9
2#6595B4
3#6A94AF
4#6F93AA
5#7492A5
6#7991A0
7#7D909B
8#828F96
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 | ABCA #ABCADE | BordersInactive statesPlaceholder text |
| 400 | 7FAF #7FAFCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B98 #5B98BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 407B #407BA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3362 #336280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2446 #24465B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172D #172D3A | 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: #ABCADE;
--steel-blue-400: #7FAFCC;
--steel-blue-500: #5B98BE;
--steel-blue-600: #407BA0;
--steel-blue-700: #336280;
--steel-blue-800: #24465B;
--steel-blue-900: #172D3A;
--steel-blue-950: #0F1C24;
}