Steel Blue
#5AA5BF
BlueColor Codes
All color formats for development
HEX
#5AA5BFRGB
rgb(90, 165, 191)HSL
hsl(195, 44%, 55%)OKLCH
oklch(0.684 0.084 222.8)CMYK
cmyk(53%, 14%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#479AB6
2#3F89A2
3#37788D
4#2F6779
5#275665
6#1F4451
7#18333D
8#102228
9#081114
Tints
Lighter variations
1#6AAEC5
2#7BB7CC
3#8BC0D2
4#9CC9D8
5#ACD2DF
6#BDDBE5
7#CDE4EC
8#DEEDF2
9#EEF6F9
Tones
Muted variations
1#5FA3BA
2#64A0B5
3#699EB0
4#6E9BAB
5#7399A5
6#7896A0
7#7D949B
8#829196
9#878F91
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 | CFE5 #CFE5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD1 #ABD1DE | BordersInactive statesPlaceholder text |
| 400 | 7EB9 #7EB9CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA5 #5AA5BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F89 #3F89A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 326D #326D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244E #244E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1732 #17323B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1F #0E1F25 | 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: #CFE5EC;
--steel-blue-300: #ABD1DE;
--steel-blue-400: #7EB9CD;
--steel-blue-500: #5AA5BF;
--steel-blue-600: #3F89A2;
--steel-blue-700: #326D81;
--steel-blue-800: #244E5C;
--steel-blue-900: #17323B;
--steel-blue-950: #0E1F25;
}