Steel Blue
#44899C
CyanColor Codes
All color formats for development
HEX
#44899CRGB
rgb(68, 137, 156)HSL
hsl(193, 39%, 44%)OKLCH
oklch(0.593 0.075 218.2)CMYK
cmyk(56%, 12%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E7B8C
2#376E7D
3#30606D
4#29525E
5#22444E
6#1B373E
7#15292F
8#0E1B1F
9#070E10
Tints
Lighter variations
1#4D9AB0
2#60A6B9
3#74B1C2
4#88BCCB
5#9CC7D3
6#B0D3DC
7#C3DEE5
8#D7E9EE
9#EBF4F6
Tones
Muted variations
1#498798
2#4D8493
3#52828F
4#567F8A
5#5A7D86
6#5F7A82
7#63787D
8#677579
9#6C7375
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 | D1E5 #D1E5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD1 #ADD1DB | BordersInactive statesPlaceholder text |
| 400 | 83B9 #83B9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA6 #5FA6B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4489 #44899C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366D #366D7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274E #274E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1932 #193239 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | 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: #D1E5EB;
--steel-blue-300: #ADD1DB;
--steel-blue-400: #83B9C9;
--steel-blue-500: #5FA6B9;
--steel-blue-600: #44899C;
--steel-blue-700: #366D7C;
--steel-blue-800: #274E59;
--steel-blue-900: #193239;
--steel-blue-950: #101F23;
}