Steel Blue
#485999
BlueColor Codes
All color formats for development
HEX
#485999RGB
rgb(72, 89, 153)HSL
hsl(227, 36%, 44%)OKLCH
oklch(0.481 0.105 270.8)CMYK
cmyk(53%, 42%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415089
2#39477A
3#323F6B
4#2B365C
5#242D4C
6#1D243D
7#161B2E
8#0E121F
9#07090F
Tints
Lighter variations
1#5165AC
2#6475B6
3#7787BF
4#8A98C8
5#9EA9D1
6#B1BADA
7#C5CBE4
8#D8DDED
9#ECEEF6
Tones
Muted variations
1#4C5C95
2#505E91
3#54608C
4#586288
5#5C6584
6#606780
7#64697C
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 | AFB8 #AFB8D9 | BordersInactive statesPlaceholder text |
| 400 | 8694 #8694C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6375 #6375B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4859 #485999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3947 #394779 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2933 #293357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2037 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | 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: #AFB8D9;
--steel-blue-400: #8694C6;
--steel-blue-500: #6375B6;
--steel-blue-600: #485999;
--steel-blue-700: #394779;
--steel-blue-800: #293357;
--steel-blue-900: #1A2037;
--steel-blue-950: #101423;
}