Steel Blue
#44939C
CyanColor Codes
All color formats for development
HEX
#44939CRGB
rgb(68, 147, 156)HSL
hsl(186, 39%, 44%)OKLCH
oklch(0.617 0.078 205.4)CMYK
cmyk(56%, 6%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E848C
2#37767D
3#30676D
4#29585E
5#224A4E
6#1B3B3E
7#152C2F
8#0E1D1F
9#070F10
Tints
Lighter variations
1#4DA6B0
2#60B0B9
3#74BAC2
4#88C4CB
5#9CCED3
6#B0D8DC
7#C3E2E5
8#D7EBEE
9#EBF5F6
Tones
Muted variations
1#499098
2#4D8C93
3#52898F
4#56858A
5#5A8286
6#5F7E82
7#637B7D
8#677779
9#6C7475
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E8 #D1E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD7 #ADD7DB | BordersInactive statesPlaceholder text |
| 400 | 83C2 #83C2C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB0 #5FB0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4493 #44939C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3675 #36757C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2754 #275459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1936 #193639 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFA;
--steel-blue-100: #E6F3F4;
--steel-blue-200: #D1E8EB;
--steel-blue-300: #ADD7DB;
--steel-blue-400: #83C2C9;
--steel-blue-500: #5FB0B9;
--steel-blue-600: #44939C;
--steel-blue-700: #36757C;
--steel-blue-800: #275459;
--steel-blue-900: #193639;
--steel-blue-950: #102123;
}