Steel Blue
#44969C
CyanColor Codes
All color formats for development
HEX
#44969CRGB
rgb(68, 150, 156)HSL
hsl(184, 39%, 44%)OKLCH
oklch(0.625 0.08 201.8)CMYK
cmyk(56%, 4%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E878C
2#37787D
3#30696D
4#295A5E
5#224B4E
6#1B3C3E
7#152D2F
8#0E1E1F
9#070F10
Tints
Lighter variations
1#4DA9B0
2#60B3B9
3#74BDC2
4#88C6CB
5#9CD0D3
6#B0D9DC
7#C3E3E5
8#D7ECEE
9#EBF6F6
Tones
Muted variations
1#499298
2#4D8F93
3#528B8F
4#56878A
5#5A8386
6#5F7F82
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 | ADD8 #ADD8DB | BordersInactive statesPlaceholder text |
| 400 | 83C4 #83C4C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB3 #5FB3B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4496 #44969C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3677 #36777C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2755 #275559 | 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: #ADD8DB;
--steel-blue-400: #83C4C9;
--steel-blue-500: #5FB3B9;
--steel-blue-600: #44969C;
--steel-blue-700: #36777C;
--steel-blue-800: #275559;
--steel-blue-900: #193739;
--steel-blue-950: #102223;
}