Steel Blue
#5FA3B9
BlueColor Codes
All color formats for development
HEX
#5FA3B9RGB
rgb(95, 163, 185)HSL
hsl(195, 39%, 55%)OKLCH
oklch(0.679 0.076 220.9)CMYK
cmyk(49%, 12%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D97AF
2#44869C
3#3C7588
4#336575
5#2B5461
6#22434E
7#1A323A
8#112227
9#091113
Tints
Lighter variations
1#6FACC0
2#7FB5C7
3#8FBECE
4#9FC8D5
5#AFD1DC
6#BFDAE3
7#CFE3EA
8#DFEDF1
9#EFF6F8
Tones
Muted variations
1#64A0B5
2#689EB0
3#6D9CAC
4#719AA7
5#7697A3
6#7A959E
7#7F939A
8#839195
9#888E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E4 #D1E4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD0 #ADD0DB | BordersInactive statesPlaceholder text |
| 400 | 83B7 #83B7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA3 #5FA3B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4486 #44869C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366B #366B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274C #274C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1931 #193139 | 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: #E6F1F4;
--steel-blue-200: #D1E4EB;
--steel-blue-300: #ADD0DB;
--steel-blue-400: #83B7C9;
--steel-blue-500: #5FA3B9;
--steel-blue-600: #44869C;
--steel-blue-700: #366B7C;
--steel-blue-800: #274C59;
--steel-blue-900: #193139;
--steel-blue-950: #101E23;
}