Steel Blue
#4B7695
BlueColor Codes
All color formats for development
HEX
#4B7695RGB
rgb(75, 118, 149)HSL
hsl(205, 33%, 44%)OKLCH
oklch(0.547 0.068 240.9)CMYK
cmyk(50%, 21%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#446B86
2#3C5F77
3#355368
4#2D475A
5#263B4B
6#1E2F3C
7#17242D
8#0F181E
9#080C0F
Tints
Lighter variations
1#5585A8
2#6793B2
3#7AA1BC
4#8DAEC6
5#A0BCCF
6#B3C9D9
7#C6D7E2
8#D9E4EC
9#ECF2F5
Tones
Muted variations
1#4F7692
2#53758E
3#56758A
4#5A7486
5#5E7383
6#61737F
7#65727B
8#697178
9#6C7174
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E0 #D3E0E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C8 #B1C8D8 | BordersInactive statesPlaceholder text |
| 400 | 88AB #88ABC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6693 #6693B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B76 #4B7695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5E #3C5E77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B43 #2B4355 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2B #1B2B36 | Primary textHigh emphasis contentDark headings |
| 950 | 111B #111B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EEF3;
--steel-blue-200: #D3E0E9;
--steel-blue-300: #B1C8D8;
--steel-blue-400: #88ABC3;
--steel-blue-500: #6693B2;
--steel-blue-600: #4B7695;
--steel-blue-700: #3C5E77;
--steel-blue-800: #2B4355;
--steel-blue-900: #1B2B36;
--steel-blue-950: #111B22;
}