Steel Blue
#6380B6
BlueColor Codes
All color formats for development
HEX
#6380B6RGB
rgb(99, 128, 182)HSL
hsl(219, 36%, 55%)OKLCH
oklch(0.6 0.089 262.3)CMYK
cmyk(46%, 30%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5171AC
2#486499
3#3F5886
4#364B72
5#2D3F5F
6#24324C
7#1B2639
8#121926
9#090D13
Tints
Lighter variations
1#738DBD
2#8299C4
3#92A6CC
4#A1B3D3
5#B1BFDA
6#C1CCE2
7#D0D9E9
8#E0E6F0
9#EFF2F8
Tones
Muted variations
1#6781B1
2#6B82AD
3#6F84A9
4#7385A5
5#7886A1
6#7C879D
7#808999
8#848A95
9#888B90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DA #D2DAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBE #AFBED9 | BordersInactive statesPlaceholder text |
| 400 | 869C #869CC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6380 #6380B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4864 #486499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3950 #395079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2939 #293957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A24 #1A2437 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7EBF4;
--steel-blue-200: #D2DAEA;
--steel-blue-300: #AFBED9;
--steel-blue-400: #869CC6;
--steel-blue-500: #6380B6;
--steel-blue-600: #486499;
--steel-blue-700: #395079;
--steel-blue-800: #293957;
--steel-blue-900: #1A2437;
--steel-blue-950: #101723;
}