Steel Blue
#486B99
BlueColor Codes
All color formats for development
HEX
#486B99RGB
rgb(72, 107, 153)HSL
hsl(214, 36%, 44%)OKLCH
oklch(0.522 0.084 255.6)CMYK
cmyk(53%, 30%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#416089
2#39557A
3#324B6B
4#2B405C
5#24354C
6#1D2B3D
7#16202E
8#0E151F
9#070B0F
Tints
Lighter variations
1#5178AC
2#6487B6
3#7796BF
4#8AA5C8
5#9EB4D1
6#B1C3DA
7#C5D2E4
8#D8E1ED
9#ECF0F6
Tones
Muted variations
1#4C6B95
2#506C91
3#546C8C
4#586D88
5#5C6E84
6#606E80
7#646F7C
8#686F78
9#6C7074
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DC #D2DCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC2 #AFC2D9 | BordersInactive statesPlaceholder text |
| 400 | 86A1 #86A1C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6387 #6387B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 486B #486B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3955 #395579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293D #293D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A27 #1A2737 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7ECF4;
--steel-blue-200: #D2DCEA;
--steel-blue-300: #AFC2D9;
--steel-blue-400: #86A1C6;
--steel-blue-500: #6387B6;
--steel-blue-600: #486B99;
--steel-blue-700: #395579;
--steel-blue-800: #293D57;
--steel-blue-900: #1A2737;
--steel-blue-950: #101823;
}