Steel Blue
#485199
BlueColor Codes
All color formats for development
HEX
#485199RGB
rgb(72, 81, 153)HSL
hsl(233, 36%, 44%)OKLCH
oklch(0.464 0.116 275.5)CMYK
cmyk(53%, 47%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414989
2#39417A
3#32396B
4#2B315C
5#24294C
6#1D203D
7#16182E
8#0E101F
9#07080F
Tints
Lighter variations
1#515CAC
2#646DB6
3#777FBF
4#8A92C8
5#9EA4D1
6#B1B6DA
7#C5C8E4
8#D8DBED
9#ECEDF6
Tones
Muted variations
1#4C5495
2#505791
3#545B8C
4#585E88
5#5C6184
6#606480
7#64677C
8#686A78
9#6C6D74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB4 #AFB4D9 | BordersInactive statesPlaceholder text |
| 400 | 868D #868DC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636D #636DB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4851 #485199 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3941 #394179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292E #292E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1E #1A1E37 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E8F4;
--steel-blue-200: #D2D5EA;
--steel-blue-300: #AFB4D9;
--steel-blue-400: #868DC6;
--steel-blue-500: #636DB6;
--steel-blue-600: #485199;
--steel-blue-700: #394179;
--steel-blue-800: #292E57;
--steel-blue-900: #1A1E37;
--steel-blue-950: #101223;
}