Steel Blue
#4B8395
BlueColor Codes
All color formats for development
HEX
#4B8395RGB
rgb(75, 131, 149)HSL
hsl(195, 33%, 44%)OKLCH
oklch(0.579 0.065 220.8)CMYK
cmyk(50%, 12%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#447686
2#3C6977
3#355B68
4#2D4E5A
5#26414B
6#1E343C
7#17272D
8#0F1A1E
9#080D0F
Tints
Lighter variations
1#5593A8
2#67A0B2
3#7AACBC
4#8DB7C6
5#A0C3CF
6#B3CFD9
7#C6DBE2
8#D9E7EC
9#ECF3F5
Tones
Muted variations
1#4F8192
2#537F8E
3#567D8A
4#5A7B86
5#5E7983
6#61787F
7#65767B
8#697478
9#6C7274
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E3 #D3E3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1CE #B1CED8 | BordersInactive statesPlaceholder text |
| 400 | 88B4 #88B4C3 | Disabled statesSecondary iconsMuted text |
| 500 | 669F #669FB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B83 #4B8395 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C68 #3C6877 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B4A #2B4A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B30 #1B3036 | Primary textHigh emphasis contentDark headings |
| 950 | 111E #111E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F9FA;
--steel-blue-100: #E7F0F3;
--steel-blue-200: #D3E3E9;
--steel-blue-300: #B1CED8;
--steel-blue-400: #88B4C3;
--steel-blue-500: #669FB2;
--steel-blue-600: #4B8395;
--steel-blue-700: #3C6877;
--steel-blue-800: #2B4A55;
--steel-blue-900: #1B3036;
--steel-blue-950: #111E22;
}