Steel Blue
#44909C
CyanColor Codes
All color formats for development
HEX
#44909CRGB
rgb(68, 144, 156)HSL
hsl(188, 39%, 44%)OKLCH
oklch(0.61 0.077 209.1)CMYK
cmyk(56%, 8%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E828C
2#37737D
3#30656D
4#29575E
5#22484E
6#1B3A3E
7#152B2F
8#0E1D1F
9#070E10
Tints
Lighter variations
1#4DA3B0
2#60ADB9
3#74B8C2
4#88C2CB
5#9CCCD3
6#B0D6DC
7#C3E0E5
8#D7EBEE
9#EBF5F6
Tones
Muted variations
1#498D98
2#4D8A93
3#52878F
4#56838A
5#5A8086
6#5F7D82
7#637A7D
8#677779
9#6C7375
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 | D1E7 #D1E7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD5 #ADD5DB | BordersInactive statesPlaceholder text |
| 400 | 83BF #83BFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FAD #5FADB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4490 #44909C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3673 #36737C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2752 #275259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1934 #193439 | 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: #D1E7EB;
--steel-blue-300: #ADD5DB;
--steel-blue-400: #83BFC9;
--steel-blue-500: #5FADB9;
--steel-blue-600: #44909C;
--steel-blue-700: #36737C;
--steel-blue-800: #275259;
--steel-blue-900: #193439;
--steel-blue-950: #102123;
}