Steel Blue
#438A9D
CyanColor Codes
All color formats for development
HEX
#438A9DRGB
rgb(67, 138, 157)HSL
hsl(193, 40%, 44%)OKLCH
oklch(0.595 0.076 217.7)CMYK
cmyk(57%, 12%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D7C8D
2#366E7E
3#2F606E
4#28535E
5#22454F
6#1B373F
7#14292F
8#0D1C1F
9#070E10
Tints
Lighter variations
1#4C9BB1
2#5FA7BA
3#73B2C3
4#87BDCC
5#9BC8D4
6#AFD3DD
7#C3DEE5
8#D7E9EE
9#EBF4F6
Tones
Muted variations
1#488799
2#4C8594
3#518290
4#557F8B
5#5A7D87
6#5E7A82
7#63787E
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 | D1E5 #D1E5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD2 #ADD2DC | BordersInactive statesPlaceholder text |
| 400 | 82BA #82BAC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EA6 #5EA6BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 438A #438A9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366D #366D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264E #264E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1832 #183239 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | 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: #D1E5EB;
--steel-blue-300: #ADD2DC;
--steel-blue-400: #82BAC9;
--steel-blue-500: #5EA6BA;
--steel-blue-600: #438A9D;
--steel-blue-700: #366D7D;
--steel-blue-800: #264E59;
--steel-blue-900: #183239;
--steel-blue-950: #0F1F24;
}