Steel Blue
#484999
BlueColor Codes
All color formats for development
HEX
#484999RGB
rgb(72, 73, 153)HSL
hsl(239, 36%, 44%)OKLCH
oklch(0.448 0.128 279.4)CMYK
cmyk(53%, 52%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414289
2#393B7A
3#32336B
4#2B2C5C
5#24254C
6#1D1D3D
7#16162E
8#0E0F1F
9#07070F
Tints
Lighter variations
1#5152AC
2#6465B6
3#7778BF
4#8A8CC8
5#9E9FD1
6#B1B2DA
7#C5C5E4
8#D8D9ED
9#ECECF6
Tones
Muted variations
1#4C4D95
2#505191
3#54558C
4#585988
5#5C5D84
6#606180
7#64647C
8#686878
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 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB0 #AFB0D9 | BordersInactive statesPlaceholder text |
| 400 | 8687 #8687C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6364 #6364B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4849 #484999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393A #393A79 | 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: #D2D2EA;
--steel-blue-300: #AFB0D9;
--steel-blue-400: #8687C6;
--steel-blue-500: #6364B6;
--steel-blue-600: #484999;
--steel-blue-700: #393A79;
--steel-blue-800: #292A57;
--steel-blue-900: #1A1B37;
--steel-blue-950: #101123;
}