Steel Blue
#4B7D95
BlueColor Codes
All color formats for development
HEX
#4B7D95RGB
rgb(75, 125, 149)HSL
hsl(199, 33%, 44%)OKLCH
oklch(0.564 0.065 230.2)CMYK
cmyk(50%, 16%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#447186
2#3C6577
3#355868
4#2D4B5A
5#263F4B
6#1E323C
7#17262D
8#0F191E
9#080D0F
Tints
Lighter variations
1#558EA8
2#679BB2
3#7AA7BC
4#8DB4C6
5#A0C0CF
6#B3CDD9
7#C6D9E2
8#D9E6EC
9#ECF2F5
Tones
Muted variations
1#4F7C92
2#537B8E
3#567A8A
4#5A7886
5#5E7783
6#61767F
7#65747B
8#697378
9#6C7274
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E2 #D3E2E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1CB #B1CBD8 | BordersInactive statesPlaceholder text |
| 400 | 88B1 #88B1C3 | Disabled statesSecondary iconsMuted text |
| 500 | 669A #669AB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B7E #4B7E95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C64 #3C6477 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B47 #2B4755 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2E #1B2E36 | Primary textHigh emphasis contentDark headings |
| 950 | 111D #111D22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EFF3;
--steel-blue-200: #D3E2E9;
--steel-blue-300: #B1CBD8;
--steel-blue-400: #88B1C3;
--steel-blue-500: #669AB2;
--steel-blue-600: #4B7E95;
--steel-blue-700: #3C6477;
--steel-blue-800: #2B4755;
--steel-blue-900: #1B2E36;
--steel-blue-950: #111D22;
}