Steel Blue
#5A9FBF
BlueColor Codes
All color formats for development
HEX
#5A9FBFRGB
rgb(90, 159, 191)HSL
hsl(199, 44%, 55%)OKLCH
oklch(0.67 0.084 229.8)CMYK
cmyk(53%, 17%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4793B6
2#3F82A2
3#37728D
4#2F6279
5#275165
6#1F4151
7#18313D
8#102128
9#081014
Tints
Lighter variations
1#6AA8C5
2#7BB2CC
3#8BBCD2
4#9CC5D8
5#ACCFDF
6#BDD9E5
7#CDE2EC
8#DEECF2
9#EEF5F9
Tones
Muted variations
1#5F9DBA
2#649BB5
3#6999B0
4#6E97AB
5#7396A5
6#7894A0
7#7D929B
8#829096
9#878E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE3 #CFE3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCE #ABCEDE | BordersInactive statesPlaceholder text |
| 400 | 7EB4 #7EB4CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A9F #5A9FBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F82 #3F82A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3268 #326881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244A #244A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172F #172F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F0F5;
--steel-blue-200: #CFE3EC;
--steel-blue-300: #ABCEDE;
--steel-blue-400: #7EB4CD;
--steel-blue-500: #5A9FBF;
--steel-blue-600: #3F82A2;
--steel-blue-700: #326881;
--steel-blue-800: #244A5C;
--steel-blue-900: #172F3B;
--steel-blue-950: #0E1E25;
}