Steel Blue
#448C9C
CyanColor Codes
All color formats for development
HEX
#448C9CRGB
rgb(68, 140, 156)HSL
hsl(191, 39%, 44%)OKLCH
oklch(0.6 0.076 214.2)CMYK
cmyk(56%, 10%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E7E8C
2#37707D
3#30626D
4#29545E
5#22464E
6#1B383E
7#152A2F
8#0E1C1F
9#070E10
Tints
Lighter variations
1#4D9EB0
2#60A9B9
3#74B4C2
4#88BECB
5#9CC9D3
6#B0D4DC
7#C3DFE5
8#D7E9EE
9#EBF4F6
Tones
Muted variations
1#498998
2#4D8693
3#52848F
4#56818A
5#5A7E86
6#5F7B82
7#63797D
8#677679
9#6C7375
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E6 #D1E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD3 #ADD3DB | BordersInactive statesPlaceholder text |
| 400 | 83BC #83BCC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA9 #5FA9B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 448C #448C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366F #366F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274F #274F59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1933 #193339 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FA;
--steel-blue-100: #E6F2F4;
--steel-blue-200: #D1E6EB;
--steel-blue-300: #ADD3DB;
--steel-blue-400: #83BCC9;
--steel-blue-500: #5FA9B9;
--steel-blue-600: #448C9C;
--steel-blue-700: #366F7C;
--steel-blue-800: #274F59;
--steel-blue-900: #193339;
--steel-blue-950: #102023;
}