Steel Blue
#44889C
CyanColor Codes
All color formats for development
HEX
#44889CRGB
rgb(68, 136, 156)HSL
hsl(194, 39%, 44%)OKLCH
oklch(0.59 0.075 219.5)CMYK
cmyk(56%, 13%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E7A8C
2#376C7D
3#305F6D
4#29515E
5#22444E
6#1B363E
7#15292F
8#0E1B1F
9#070E10
Tints
Lighter variations
1#4D99B0
2#60A5B9
3#74B0C2
4#88BBCB
5#9CC6D3
6#B0D2DC
7#C3DDE5
8#D7E8EE
9#EBF4F6
Tones
Muted variations
1#498598
2#4D8393
3#52818F
4#567E8A
5#5A7C86
6#5F7A82
7#63777D
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 | 83B8 #83B8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA4 #5FA4B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4488 #44889C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366C #366C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274D #274D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1931 #193139 | 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: #83B8C9;
--steel-blue-500: #5FA4B9;
--steel-blue-600: #44889C;
--steel-blue-700: #366C7C;
--steel-blue-800: #274D59;
--steel-blue-900: #193139;
--steel-blue-950: #101F23;
}