Steel Blue
#484B99
BlueColor Codes
All color formats for development
HEX
#484B99RGB
rgb(72, 75, 153)HSL
hsl(238, 36%, 44%)OKLCH
oklch(0.452 0.125 278.5)CMYK
cmyk(53%, 51%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414389
2#393C7A
3#32346B
4#2B2D5C
5#24254C
6#1D1E3D
7#16162E
8#0E0F1F
9#07070F
Tints
Lighter variations
1#5154AC
2#6466B6
3#7779BF
4#8A8DC8
5#9EA0D1
6#B1B3DA
7#C5C6E4
8#D8D9ED
9#ECECF6
Tones
Muted variations
1#4C4E95
2#505291
3#54568C
4#585A88
5#5C5D84
6#606180
7#64657C
8#686978
9#6C6C74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D3 #D2D3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB1 #AFB1D9 | BordersInactive statesPlaceholder text |
| 400 | 8688 #8688C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6366 #6366B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 484B #484B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393B #393B79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292A #292A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1B #1A1B37 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E7F4;
--steel-blue-200: #D2D3EA;
--steel-blue-300: #AFB1D9;
--steel-blue-400: #8688C6;
--steel-blue-500: #6366B6;
--steel-blue-600: #484B99;
--steel-blue-700: #393B79;
--steel-blue-800: #292A57;
--steel-blue-900: #1A1B37;
--steel-blue-950: #101123;
}