Steel Blue
#485899
BlueColor Codes
All color formats for development
HEX
#485899RGB
rgb(72, 88, 153)HSL
hsl(228, 36%, 44%)OKLCH
oklch(0.479 0.106 271.5)CMYK
cmyk(53%, 42%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414F89
2#39467A
3#323E6B
4#2B355C
5#242C4C
6#1D233D
7#161A2E
8#0E121F
9#07090F
Tints
Lighter variations
1#5163AC
2#6474B6
3#7785BF
4#8A97C8
5#9EA8D1
6#B1BADA
7#C5CBE4
8#D8DCED
9#ECEEF6
Tones
Muted variations
1#4C5A95
2#505D91
3#545F8C
4#586288
5#5C6484
6#606780
7#64697C
8#686B78
9#6C6E74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB8 #AFB8D9 | BordersInactive statesPlaceholder text |
| 400 | 8692 #8692C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6373 #6373B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4858 #485899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3946 #394679 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2932 #293257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2037 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7E9F4;
--steel-blue-200: #D2D7EA;
--steel-blue-300: #AFB8D9;
--steel-blue-400: #8692C6;
--steel-blue-500: #6373B6;
--steel-blue-600: #485899;
--steel-blue-700: #394679;
--steel-blue-800: #293257;
--steel-blue-900: #1A2037;
--steel-blue-950: #101423;
}