Steel Blue
#6390B6
BlueColor Codes
All color formats for development
HEX
#6390B6RGB
rgb(99, 144, 182)HSL
hsl(207, 36%, 55%)OKLCH
oklch(0.636 0.076 244.9)CMYK
cmyk(46%, 21%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5183AC
2#487499
3#3F6686
4#365772
5#2D495F
6#243A4C
7#1B2C39
8#121D26
9#090F13
Tints
Lighter variations
1#739BBD
2#82A7C4
3#92B2CC
4#A1BDD3
5#B1C8DA
6#C1D3E2
7#D0DEE9
8#E0E9F0
9#EFF4F8
Tones
Muted variations
1#6790B1
2#6B90AD
3#6F8FA9
4#738FA5
5#788EA1
6#7C8E9D
7#808D99
8#848D95
9#888D90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DF #D2DFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC6 #AFC6D9 | BordersInactive statesPlaceholder text |
| 400 | 86A9 #86A9C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6390 #6390B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4874 #487499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 395C #395C79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2942 #294257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2A #1A2A37 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EEF4;
--steel-blue-200: #D2DFEA;
--steel-blue-300: #AFC6D9;
--steel-blue-400: #86A9C6;
--steel-blue-500: #6390B6;
--steel-blue-600: #487499;
--steel-blue-700: #395C79;
--steel-blue-800: #294257;
--steel-blue-900: #1A2A37;
--steel-blue-950: #101A23;
}