Steel Blue
#4B6695
BlueColor Codes
All color formats for development
HEX
#4B6695RGB
rgb(75, 102, 149)HSL
hsl(218, 33%, 44%)OKLCH
oklch(0.51 0.082 261.1)CMYK
cmyk(50%, 32%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#445C86
2#3C5277
3#354868
4#2D3D5A
5#26334B
6#1E293C
7#171F2D
8#0F141E
9#080A0F
Tints
Lighter variations
1#5573A8
2#6783B2
3#7A92BC
4#8DA2C6
5#A0B1CF
6#B3C1D9
7#C6D0E2
8#D9E0EC
9#ECEFF5
Tones
Muted variations
1#4F6792
2#53688E
3#56698A
4#5A6A86
5#5E6B83
6#616C7F
7#656D7B
8#696E78
9#6C6F74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DB #D3DBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BF #B1BFD8 | BordersInactive statesPlaceholder text |
| 400 | 889E #889EC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6682 #6682B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B66 #4B6695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C51 #3C5177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3A #2B3A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B25 #1B2536 | Primary textHigh emphasis contentDark headings |
| 950 | 1117 #111722 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7ECF3;
--steel-blue-200: #D3DBE9;
--steel-blue-300: #B1BFD8;
--steel-blue-400: #889EC3;
--steel-blue-500: #6682B2;
--steel-blue-600: #4B6695;
--steel-blue-700: #3C5177;
--steel-blue-800: #2B3A55;
--steel-blue-900: #1B2536;
--steel-blue-950: #111722;
}