Steel Blue
#4B4B95
BlueColor Codes
All color formats for development
HEX
#4B4B95RGB
rgb(75, 75, 149)HSL
hsl(240, 33%, 44%)OKLCH
oklch(0.451 0.118 280.6)CMYK
cmyk(50%, 50%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#444486
2#3C3C77
3#353568
4#2D2D5A
5#26264B
6#1E1E3C
7#17172D
8#0F0F1E
9#08080F
Tints
Lighter variations
1#5555A8
2#6767B2
3#7A7ABC
4#8D8DC6
5#A0A0CF
6#B3B3D9
7#C6C6E2
8#D9D9EC
9#ECECF5
Tones
Muted variations
1#4F4F92
2#53538E
3#56568A
4#5A5A86
5#5E5E83
6#61617F
7#65657B
8#696978
9#6C6C74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D3 #D3D3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B1 #B1B1D8 | BordersInactive statesPlaceholder text |
| 400 | 8888 #8888C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6666 #6666B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B4B #4B4B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C3C #3C3C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2B #2B2B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1B #1B1B36 | Primary textHigh emphasis contentDark headings |
| 950 | 1111 #111122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E7F3;
--steel-blue-200: #D3D3E9;
--steel-blue-300: #B1B1D8;
--steel-blue-400: #8888C3;
--steel-blue-500: #6666B2;
--steel-blue-600: #4B4B95;
--steel-blue-700: #3C3C77;
--steel-blue-800: #2B2B55;
--steel-blue-900: #1B1B36;
--steel-blue-950: #111122;
}