Steel Blue
#5AA2BF
BlueColor Codes
All color formats for development
HEX
#5AA2BFRGB
rgb(90, 162, 191)HSL
hsl(197, 44%, 55%)OKLCH
oklch(0.677 0.084 226.3)CMYK
cmyk(53%, 15%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4796B6
2#3F86A2
3#37758D
4#2F6479
5#275365
6#1F4351
7#18323D
8#102128
9#081114
Tints
Lighter variations
1#6AABC5
2#7BB5CC
3#8BBED2
4#9CC7D8
5#ACD1DF
6#BDDAE5
7#CDE3EC
8#DEECF2
9#EEF6F9
Tones
Muted variations
1#5FA0BA
2#649EB5
3#699CB0
4#6E99AB
5#7397A5
6#7895A0
7#7D939B
8#829196
9#878E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE4 #CFE4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD0 #ABD0DE | BordersInactive statesPlaceholder text |
| 400 | 7EB7 #7EB7CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA2 #5AA2BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F86 #3F86A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 326A #326A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244C #244C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1731 #17313B | 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: #E5F1F5;
--steel-blue-200: #CFE4EC;
--steel-blue-300: #ABD0DE;
--steel-blue-400: #7EB7CD;
--steel-blue-500: #5AA2BF;
--steel-blue-600: #3F86A2;
--steel-blue-700: #326A81;
--steel-blue-800: #244C5C;
--steel-blue-900: #17313B;
--steel-blue-950: #0E1E25;
}