Steel Blue
#485399
BlueColor Codes
All color formats for development
HEX
#485399RGB
rgb(72, 83, 153)HSL
hsl(232, 36%, 44%)OKLCH
oklch(0.468 0.113 274.5)CMYK
cmyk(53%, 46%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414A89
2#39427A
3#323A6B
4#2B325C
5#24294C
6#1D213D
7#16192E
8#0E111F
9#07080F
Tints
Lighter variations
1#515DAC
2#646FB6
3#7781BF
4#8A93C8
5#9EA5D1
6#B1B7DA
7#C5C9E4
8#D8DBED
9#ECEDF6
Tones
Muted variations
1#4C5695
2#505991
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 | AFB5 #AFB5D9 | BordersInactive statesPlaceholder text |
| 400 | 868E #868EC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636E #636EB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4853 #485399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3942 #394279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292F #292F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1E #1A1E37 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | 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: #AFB5D9;
--steel-blue-400: #868EC6;
--steel-blue-500: #636EB6;
--steel-blue-600: #485399;
--steel-blue-700: #394279;
--steel-blue-800: #292F57;
--steel-blue-900: #1A1E37;
--steel-blue-950: #101323;
}