Steel Blue
#485D99
BlueColor Codes
All color formats for development
HEX
#485D99RGB
rgb(72, 93, 153)HSL
hsl(224, 36%, 44%)OKLCH
oklch(0.49 0.1 268)CMYK
cmyk(53%, 39%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415489
2#394B7A
3#32416B
4#2B385C
5#242F4C
6#1D253D
7#161C2E
8#0E131F
9#07090F
Tints
Lighter variations
1#5169AC
2#647AB6
3#778ABF
4#8A9BC8
5#9EACD1
6#B1BCDA
7#C5CDE4
8#D8DEED
9#ECEEF6
Tones
Muted variations
1#4C5F95
2#506191
3#54638C
4#586588
5#5C6784
6#606980
7#646B7C
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 | 8697 #8697C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6379 #6379B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485D #485D99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394A #394A79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2935 #293557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2237 | 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: #8697C6;
--steel-blue-500: #6379B6;
--steel-blue-600: #485D99;
--steel-blue-700: #394A79;
--steel-blue-800: #293557;
--steel-blue-900: #1A2237;
--steel-blue-950: #101523;
}