Steel Blue
#44989C
CyanColor Codes
All color formats for development
HEX
#44989CRGB
rgb(68, 152, 156)HSL
hsl(183, 39%, 44%)OKLCH
oklch(0.63 0.081 199.6)CMYK
cmyk(56%, 3%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E888C
2#37797D
3#306A6D
4#295B5E
5#224C4E
6#1B3D3E
7#152D2F
8#0E1E1F
9#070F10
Tints
Lighter variations
1#4DABB0
2#60B5B9
3#74BEC2
4#88C7CB
5#9CD1D3
6#B0DADC
7#C3E3E5
8#D7ECEE
9#EBF6F6
Tones
Muted variations
1#499498
2#4D9093
3#528C8F
4#56888A
5#5A8486
6#5F8082
7#637C7D
8#677879
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 | D1E9 #D1E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD9 #ADD9DB | BordersInactive statesPlaceholder text |
| 400 | 83C5 #83C5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB5 #5FB5B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4498 #44989C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3679 #36797C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2756 #275659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1937 #193739 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | 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: #D1E9EB;
--steel-blue-300: #ADD9DB;
--steel-blue-400: #83C5C9;
--steel-blue-500: #5FB5B9;
--steel-blue-600: #44989C;
--steel-blue-700: #36797C;
--steel-blue-800: #275659;
--steel-blue-900: #193739;
--steel-blue-950: #102223;
}