Steel Blue
#486F99
BlueColor Codes
All color formats for development
HEX
#486F99RGB
rgb(72, 111, 153)HSL
hsl(211, 36%, 44%)OKLCH
oklch(0.531 0.08 251.2)CMYK
cmyk(53%, 27%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#416489
2#39597A
3#324E6B
4#2B435C
5#24374C
6#1D2C3D
7#16212E
8#0E161F
9#070B0F
Tints
Lighter variations
1#517DAC
2#648BB6
3#779ABF
4#8AA8C8
5#9EB7D1
6#B1C5DA
7#C5D4E4
8#D8E2ED
9#ECF1F6
Tones
Muted variations
1#4C6F95
2#506F91
3#546F8C
4#586F88
5#5C7084
6#607080
7#64707C
8#687078
9#6C7074
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DD #D2DDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC4 #AFC4D9 | BordersInactive statesPlaceholder text |
| 400 | 86A5 #86A5C6 | Disabled statesSecondary iconsMuted text |
| 500 | 638B #638BB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 486F #486F99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3958 #395879 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293F #293F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A28 #1A2837 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7EDF4;
--steel-blue-200: #D2DDEA;
--steel-blue-300: #AFC4D9;
--steel-blue-400: #86A5C6;
--steel-blue-500: #638BB6;
--steel-blue-600: #486F99;
--steel-blue-700: #395879;
--steel-blue-800: #293F57;
--steel-blue-900: #1A2837;
--steel-blue-950: #101923;
}