Steel Blue
#448A9C
CyanColor Codes
All color formats for development
HEX
#448A9CRGB
rgb(68, 138, 156)HSL
hsl(192, 39%, 44%)OKLCH
oklch(0.595 0.075 216.8)CMYK
cmyk(56%, 12%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E7D8C
2#376F7D
3#30616D
4#29535E
5#22454E
6#1B373E
7#152A2F
8#0E1C1F
9#070E10
Tints
Lighter variations
1#4D9CB0
2#60A7B9
3#74B2C2
4#88BDCB
5#9CC8D3
6#B0D3DC
7#C3DEE5
8#D7E9EE
9#EBF4F6
Tones
Muted variations
1#498898
2#4D8593
3#52838F
4#56808A
5#5A7D86
6#5F7B82
7#63787D
8#677579
9#6C7375
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E6 #D1E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD2 #ADD2DB | BordersInactive statesPlaceholder text |
| 400 | 83BB #83BBC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA7 #5FA7B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 448A #448A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366E #366E7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274F #274F59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1932 #193239 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FA;
--steel-blue-100: #E6F1F4;
--steel-blue-200: #D1E6EB;
--steel-blue-300: #ADD2DB;
--steel-blue-400: #83BBC9;
--steel-blue-500: #5FA7B9;
--steel-blue-600: #448A9C;
--steel-blue-700: #366E7C;
--steel-blue-800: #274F59;
--steel-blue-900: #193239;
--steel-blue-950: #101F23;
}