Steel Blue
#485499
BlueColor Codes
All color formats for development
HEX
#485499RGB
rgb(72, 84, 153)HSL
hsl(231, 36%, 44%)OKLCH
oklch(0.47 0.112 273.9)CMYK
cmyk(53%, 45%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414C89
2#39437A
3#323B6B
4#2B325C
5#242A4C
6#1D223D
7#16192E
8#0E111F
9#07080F
Tints
Lighter variations
1#515FAC
2#6470B6
3#7782BF
4#8A94C8
5#9EA6D1
6#B1B7DA
7#C5C9E4
8#D8DBED
9#ECEDF6
Tones
Muted variations
1#4C5795
2#505A91
3#545C8C
4#585F88
5#5C6284
6#606580
7#64687C
8#686B78
9#6C6D74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB6 #AFB6D9 | BordersInactive statesPlaceholder text |
| 400 | 868F #868FC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636F #636FB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4854 #485499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3943 #394379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2930 #293057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F37 | 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: #E7E9F4;
--steel-blue-200: #D2D5EA;
--steel-blue-300: #AFB6D9;
--steel-blue-400: #868FC6;
--steel-blue-500: #636FB6;
--steel-blue-600: #485499;
--steel-blue-700: #394379;
--steel-blue-800: #293057;
--steel-blue-900: #1A1F37;
--steel-blue-950: #101323;
}