Steel Blue
#5F98B9
BlueColor Codes
All color formats for development
HEX
#5F98B9RGB
rgb(95, 152, 185)HSL
hsl(202, 39%, 55%)OKLCH
oklch(0.653 0.078 235.1)CMYK
cmyk(49%, 18%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D8BAF
2#447C9C
3#3C6C88
4#335D75
5#2B4D61
6#223E4E
7#1A2E3A
8#111F27
9#090F13
Tints
Lighter variations
1#6FA2C0
2#7FADC7
3#8FB7CE
4#9FC1D5
5#AFCCDC
6#BFD6E3
7#CFE0EA
8#DFEAF1
9#EFF5F8
Tones
Muted variations
1#6497B5
2#6896B0
3#6D95AC
4#7193A7
5#7692A3
6#7A919E
7#7F909A
8#838F95
9#888D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E1 #D1E1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCA #ADCADB | BordersInactive statesPlaceholder text |
| 400 | 83AF #83AFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F98 #5F98B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 447C #447C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3663 #36637C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2746 #274659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192D #192D39 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6EFF4;
--steel-blue-200: #D1E1EB;
--steel-blue-300: #ADCADB;
--steel-blue-400: #83AFC9;
--steel-blue-500: #5F98B9;
--steel-blue-600: #447C9C;
--steel-blue-700: #36637C;
--steel-blue-800: #274659;
--steel-blue-900: #192D39;
--steel-blue-950: #101C23;
}