Steel Blue
#5F9DB9
BlueColor Codes
All color formats for development
HEX
#5F9DB9RGB
rgb(95, 157, 185)HSL
hsl(199, 39%, 55%)OKLCH
oklch(0.665 0.076 228.7)CMYK
cmyk(49%, 15%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D90AF
2#44809C
3#3C7088
4#336075
5#2B5061
6#22404E
7#1A303A
8#112027
9#091013
Tints
Lighter variations
1#6FA6C0
2#7FB0C7
3#8FBACE
4#9FC4D5
5#AFCEDC
6#BFD8E3
7#CFE1EA
8#DFEBF1
9#EFF5F8
Tones
Muted variations
1#649BB5
2#6899B0
3#6D98AC
4#7196A7
5#7694A3
6#7A939E
7#7F919A
8#839095
9#888E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E3 #D1E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCD #ADCDDB | BordersInactive statesPlaceholder text |
| 400 | 83B3 #83B3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F9D #5F9DB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4480 #44809C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3666 #36667C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2749 #274959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192F #192F39 | Primary textHigh emphasis contentDark headings |
| 950 | 101D #101D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FA;
--steel-blue-100: #E6F0F4;
--steel-blue-200: #D1E3EB;
--steel-blue-300: #ADCDDB;
--steel-blue-400: #83B3C9;
--steel-blue-500: #5F9DB9;
--steel-blue-600: #44809C;
--steel-blue-700: #36667C;
--steel-blue-800: #274959;
--steel-blue-900: #192F39;
--steel-blue-950: #101D23;
}