Steel Blue
#485B99
BlueColor Codes
All color formats for development
HEX
#485B99RGB
rgb(72, 91, 153)HSL
hsl(226, 36%, 44%)OKLCH
oklch(0.485 0.102 269.5)CMYK
cmyk(53%, 41%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415289
2#39497A
3#323F6B
4#2B365C
5#242D4C
6#1D243D
7#161B2E
8#0E121F
9#07090F
Tints
Lighter variations
1#5166AC
2#6477B6
3#7788BF
4#8A99C8
5#9EAAD1
6#B1BBDA
7#C5CCE4
8#D8DDED
9#ECEEF6
Tones
Muted variations
1#4C5D95
2#505F91
3#54618C
4#586388
5#5C6584
6#606880
7#646A7C
8#686C78
9#6C6E74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB9 #AFB9D9 | BordersInactive statesPlaceholder text |
| 400 | 8695 #8695C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6376 #6376B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485B #485B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3948 #394879 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2934 #293457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A21 #1A2137 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7EAF4;
--steel-blue-200: #D2D7EA;
--steel-blue-300: #AFB9D9;
--steel-blue-400: #8695C6;
--steel-blue-500: #6376B6;
--steel-blue-600: #485B99;
--steel-blue-700: #394879;
--steel-blue-800: #293457;
--steel-blue-900: #1A2137;
--steel-blue-950: #101523;
}