Steel Blue
#5FA0B9
BlueColor Codes
All color formats for development
HEX
#5FA0B9RGB
rgb(95, 160, 185)HSL
hsl(197, 39%, 55%)OKLCH
oklch(0.672 0.076 224.8)CMYK
cmyk(49%, 14%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D94AF
2#44839C
3#3C7388
4#336275
5#2B5261
6#22424E
7#1A313A
8#112127
9#091013
Tints
Lighter variations
1#6FA9C0
2#7FB3C7
3#8FBCCE
4#9FC6D5
5#AFCFDC
6#BFD9E3
7#CFE2EA
8#DFECF1
9#EFF5F8
Tones
Muted variations
1#649EB5
2#689CB0
3#6D9AAC
4#7198A7
5#7696A3
6#7A949E
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 | ADCE #ADCEDB | BordersInactive statesPlaceholder text |
| 400 | 83B5 #83B5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA0 #5FA0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4483 #44839C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3668 #36687C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274B #274B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1930 #193039 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | 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: #ADCEDB;
--steel-blue-400: #83B5C9;
--steel-blue-500: #5FA0B9;
--steel-blue-600: #44839C;
--steel-blue-700: #36687C;
--steel-blue-800: #274B59;
--steel-blue-900: #193039;
--steel-blue-950: #101E23;
}