Steel Blue
#4B7F95
BlueColor Codes
All color formats for development
HEX
#4B7F95RGB
rgb(75, 127, 149)HSL
hsl(198, 33%, 44%)OKLCH
oklch(0.569 0.065 227.1)CMYK
cmyk(50%, 15%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#447286
2#3C6677
3#355968
4#2D4C5A
5#26404B
6#1E333C
7#17262D
8#0F191E
9#080D0F
Tints
Lighter variations
1#558FA8
2#679CB2
3#7AA8BC
4#8DB5C6
5#A0C1CF
6#B3CDD9
7#C6DAE2
8#D9E6EC
9#ECF3F5
Tones
Muted variations
1#4F7E92
2#537C8E
3#567B8A
4#5A7986
5#5E7883
6#61767F
7#65757B
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 | E7F0 #E7F0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E2 #D3E2E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1CC #B1CCD8 | BordersInactive statesPlaceholder text |
| 400 | 88B2 #88B2C3 | Disabled statesSecondary iconsMuted text |
| 500 | 669B #669BB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B7F #4B7F95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C65 #3C6577 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B48 #2B4855 | 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: #E7F0F3;
--steel-blue-200: #D3E2E9;
--steel-blue-300: #B1CCD8;
--steel-blue-400: #88B2C3;
--steel-blue-500: #669BB2;
--steel-blue-600: #4B7F95;
--steel-blue-700: #3C6577;
--steel-blue-800: #2B4855;
--steel-blue-900: #1B2E36;
--steel-blue-950: #111D22;
}