Steel Blue
#5F9EB9
BlueColor Codes
All color formats for development
HEX
#5F9EB9RGB
rgb(95, 158, 185)HSL
hsl(198, 39%, 55%)OKLCH
oklch(0.667 0.076 227.4)CMYK
cmyk(49%, 15%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D92AF
2#44829C
3#3C7188
4#336175
5#2B5161
6#22414E
7#1A313A
8#112027
9#091013
Tints
Lighter variations
1#6FA8C0
2#7FB2C7
3#8FBBCE
4#9FC5D5
5#AFCFDC
6#BFD8E3
7#CFE2EA
8#DFECF1
9#EFF5F8
Tones
Muted variations
1#649CB5
2#689BB0
3#6D99AC
4#7197A7
5#7695A3
6#7A939E
7#7F929A
8#839095
9#888E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E3 #D1E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCD #ADCDDB | BordersInactive statesPlaceholder text |
| 400 | 83B4 #83B4C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F9E #5F9EB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4482 #44829C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3667 #36677C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274A #274A59 | 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: #F4F9FA;
--steel-blue-100: #E6F0F4;
--steel-blue-200: #D1E3EB;
--steel-blue-300: #ADCDDB;
--steel-blue-400: #83B4C9;
--steel-blue-500: #5F9EB9;
--steel-blue-600: #44829C;
--steel-blue-700: #36677C;
--steel-blue-800: #274A59;
--steel-blue-900: #192F39;
--steel-blue-950: #101D23;
}