Steel Blue
#6387B6
BlueColor Codes
All color formats for development
HEX
#6387B6RGB
rgb(99, 135, 182)HSL
hsl(214, 36%, 55%)OKLCH
oklch(0.616 0.082 255.4)CMYK
cmyk(46%, 26%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5178AC
2#486B99
3#3F5D86
4#365072
5#2D435F
6#24354C
7#1B2839
8#121B26
9#090D13
Tints
Lighter variations
1#7393BD
2#829FC4
3#92ABCC
4#A1B7D3
5#B1C3DA
6#C1CFE2
7#D0DBE9
8#E0E7F0
9#EFF3F8
Tones
Muted variations
1#6787B1
2#6B88AD
3#6F88A9
4#7389A5
5#7889A1
6#7C8A9D
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 | 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;
}