Steel Blue
#5AA4BF
BlueColor Codes
All color formats for development
HEX
#5AA4BFRGB
rgb(90, 164, 191)HSL
hsl(196, 44%, 55%)OKLCH
oklch(0.681 0.084 224)CMYK
cmyk(53%, 14%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4798B6
2#3F87A2
3#37768D
4#2F6579
5#275565
6#1F4451
7#18333D
8#102228
9#081114
Tints
Lighter variations
1#6AADC5
2#7BB6CC
3#8BBFD2
4#9CC8D8
5#ACD1DF
6#BDDBE5
7#CDE4EC
8#DEEDF2
9#EEF6F9
Tones
Muted variations
1#5FA1BA
2#649FB5
3#699DB0
4#6E9AAB
5#7398A5
6#7896A0
7#7D939B
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 | ABD0 #ABD0DE | BordersInactive statesPlaceholder text |
| 400 | 7EB8 #7EB8CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA4 #5AA4BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F87 #3F87A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 326C #326C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244D #244D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1731 #17313B | 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: #ABD0DE;
--steel-blue-400: #7EB8CD;
--steel-blue-500: #5AA4BF;
--steel-blue-600: #3F87A2;
--steel-blue-700: #326C81;
--steel-blue-800: #244D5C;
--steel-blue-900: #17313B;
--steel-blue-950: #0E1F25;
}