Steel Blue
#44929C
CyanColor Codes
All color formats for development
HEX
#44929CRGB
rgb(68, 146, 156)HSL
hsl(187, 39%, 44%)OKLCH
oklch(0.615 0.078 206.6)CMYK
cmyk(56%, 6%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E838C
2#37757D
3#30666D
4#29575E
5#22494E
6#1B3A3E
7#152C2F
8#0E1D1F
9#070F10
Tints
Lighter variations
1#4DA4B0
2#60AFB9
3#74B9C2
4#88C3CB
5#9CCDD3
6#B0D7DC
7#C3E1E5
8#D7EBEE
9#EBF5F6
Tones
Muted variations
1#498E98
2#4D8B93
3#52888F
4#56848A
5#5A8186
6#5F7E82
7#637A7D
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 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E8 #D1E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD6 #ADD6DB | BordersInactive statesPlaceholder text |
| 400 | 83C0 #83C0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FAF #5FAFB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4492 #44929C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3674 #36747C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2753 #275359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1935 #193539 | 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: #E6F2F4;
--steel-blue-200: #D1E8EB;
--steel-blue-300: #ADD6DB;
--steel-blue-400: #83C0C9;
--steel-blue-500: #5FAFB9;
--steel-blue-600: #44929C;
--steel-blue-700: #36747C;
--steel-blue-800: #275359;
--steel-blue-900: #193539;
--steel-blue-950: #102123;
}