Steel Blue
#6389B6
BlueColor Codes
All color formats for development
HEX
#6389B6RGB
rgb(99, 137, 182)HSL
hsl(213, 36%, 55%)OKLCH
oklch(0.62 0.081 253.2)CMYK
cmyk(46%, 25%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#517AAC
2#486C99
3#3F5F86
4#365172
5#2D445F
6#24364C
7#1B2939
8#121B26
9#090E13
Tints
Lighter variations
1#7394BD
2#82A0C4
3#92ACCC
4#A1B8D3
5#B1C4DA
6#C1CFE2
7#D0DBE9
8#E0E7F0
9#EFF3F8
Tones
Muted variations
1#6789B1
2#6B89AD
3#6F89A9
4#738AA5
5#788AA1
6#7C8B9D
7#808B99
8#848B95
9#888C90
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 | AFC2 #AFC2D9 | BordersInactive statesPlaceholder text |
| 400 | 86A3 #86A3C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6388 #6388B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 486C #486C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3956 #395679 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293D #293D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A27 #1A2737 | 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: #AFC2D9;
--steel-blue-400: #86A3C6;
--steel-blue-500: #6388B6;
--steel-blue-600: #486C99;
--steel-blue-700: #395679;
--steel-blue-800: #293D57;
--steel-blue-900: #1A2737;
--steel-blue-950: #101923;
}