Steel Blue
#485C99
BlueColor Codes
All color formats for development
HEX
#485C99RGB
rgb(72, 92, 153)HSL
hsl(225, 36%, 44%)OKLCH
oklch(0.488 0.101 268.7)CMYK
cmyk(53%, 40%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415389
2#394A7A
3#32406B
4#2B375C
5#242E4C
6#1D253D
7#161C2E
8#0E121F
9#07090F
Tints
Lighter variations
1#5168AC
2#6478B6
3#7789BF
4#8A9AC8
5#9EABD1
6#B1BCDA
7#C5CCE4
8#D8DDED
9#ECEEF6
Tones
Muted variations
1#4C5E95
2#506091
3#54628C
4#586488
5#5C6684
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 | D2D8 #D2D8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBA #AFBAD9 | BordersInactive statesPlaceholder text |
| 400 | 8696 #8696C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6378 #6378B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485C #485C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3949 #394979 | 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: #D2D8EA;
--steel-blue-300: #AFBAD9;
--steel-blue-400: #8696C6;
--steel-blue-500: #6378B6;
--steel-blue-600: #485C99;
--steel-blue-700: #394979;
--steel-blue-800: #293457;
--steel-blue-900: #1A2137;
--steel-blue-950: #101523;
}