Steel Blue
#485599
BlueColor Codes
All color formats for development
HEX
#485599RGB
rgb(72, 85, 153)HSL
hsl(230, 36%, 44%)OKLCH
oklch(0.472 0.111 273.3)CMYK
cmyk(53%, 44%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414D89
2#39447A
3#323C6B
4#2B335C
5#242B4C
6#1D223D
7#161A2E
8#0E111F
9#07090F
Tints
Lighter variations
1#5160AC
2#6471B6
3#7783BF
4#8A95C8
5#9EA6D1
6#B1B8DA
7#C5CAE4
8#D8DCED
9#ECEDF6
Tones
Muted variations
1#4C5895
2#505B91
3#545D8C
4#586088
5#5C6384
6#606580
7#64687C
8#686B78
9#6C6E74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB6 #AFB6D9 | BordersInactive statesPlaceholder text |
| 400 | 8690 #8690C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6371 #6371B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4855 #485599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3944 #394479 | 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: #F5F6FA;
--steel-blue-100: #E7E9F4;
--steel-blue-200: #D2D6EA;
--steel-blue-300: #AFB6D9;
--steel-blue-400: #8690C6;
--steel-blue-500: #6371B6;
--steel-blue-600: #485599;
--steel-blue-700: #394479;
--steel-blue-800: #293057;
--steel-blue-900: #1A1F37;
--steel-blue-950: #101323;
}