Steel Blue
#6396B6
BlueColor Codes
All color formats for development
HEX
#6396B6RGB
rgb(99, 150, 182)HSL
hsl(203, 36%, 55%)OKLCH
oklch(0.649 0.073 237)CMYK
cmyk(46%, 18%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5189AC
2#487A99
3#3F6A86
4#365B72
5#2D4C5F
6#243D4C
7#1B2E39
8#121E26
9#090F13
Tints
Lighter variations
1#73A0BD
2#82ABC4
3#92B5CC
4#A1C0D3
5#B1CADA
6#C1D5E2
7#D0DFE9
8#E0EAF0
9#EFF4F8
Tones
Muted variations
1#6795B1
2#6B94AD
3#6F93A9
4#7392A5
5#7891A1
6#7C909D
7#808F99
8#848E95
9#888D90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E1 #D2E1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC9 #AFC9D9 | BordersInactive statesPlaceholder text |
| 400 | 86AD #86ADC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6396 #6396B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 487A #487A99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3961 #396179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2945 #294557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2C #1A2C37 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EFF4;
--steel-blue-200: #D2E1EA;
--steel-blue-300: #AFC9D9;
--steel-blue-400: #86ADC6;
--steel-blue-500: #6396B6;
--steel-blue-600: #487A99;
--steel-blue-700: #396179;
--steel-blue-800: #294557;
--steel-blue-900: #1A2C37;
--steel-blue-950: #101C23;
}